COLOR #BBD15D

HEX: #BBD15D
RGB: (187,209,93)

Renk bilgisi

#BBD15D contains mainly red and green colors. #BBD15D ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#BBD15D color RGB value is (187,209,93).

  • kırmız ton 187;
  • yeşil ton 209;
  • mavi ton 93.
RGB:
(187,209,93)
(73%,82%,36%)

RGB bağlantıları ve doygunluk

R 187 of 255 = 73%
G 209 of 255 = 82%
B 93 of 255 = 36%

187
209
93

R + G + B ~ 64%. #BBD15D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
187 + 209 + 93 = 489 (100%)
R 187 of 489 ~ 38.24%
G 209 of 489 ~ 42.74%
B 93 of 489 ~ 19.02%

%38.24
%42.74
%19.02

CMYK RENK MODELİ

#BBD15D rengi CMYK tonu (11,0,56,18).

  • camgöbeği tonu 10.53%
  • eflatun tonu 0.00%
  • sarı tonu 55.50%
  • ana renk tonu 18.04%
CMYK:
(11,0,56,18)
C11M0Y56K18 
(11%,0%,56%,18%)
(0.11/0.00/0.56/0.18)	

CMYK yüzdeleri

%10.53
%0
%55.5
%18.04

Codes

Color #BBD15D in popluar color models

BBD15D
RGB18720993
HSL71°55.77%59.22%
HSB/HSV71°55.50%81.96%
CMYK10.53%0.00%55.50%
18.04%

Color #BBD15D in popluar number systems.

HEXBBD15D
Decimal18720993
Binary10111011110100011011101
Octal273321135

Shades and tints

Shades of #BBD15D

#BBD15D
(187,209,93)
#AABE55
(170,190,85)
#99AB4D
(153,171,77)
#889845
(136,152,69)
#77853D
(119,133,61)
#667235
(102,114,53)
#555F2D
(85,95,45)
#444C25
(68,76,37)
#33391D
(51,57,29)
#222615
(34,38,21)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #BBD15D

#BBD15D
(187,209,93)
#C1D56B
(193,213,107)
#C7D979
(199,217,121)
#CDDD87
(205,221,135)
#D3E195
(211,225,149)
#D9E5A3
(217,229,163)
#DFE9B1
(223,233,177)
#E5EDBF
(229,237,191)
#EBF1CD
(235,241,205)
#F1F5DB
(241,245,219)
#F7F9E9
(247,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD15D color. Also use rgb(187,209,93) instead hex code.

Text Font Color

.myTextColor { color: #BBD15D; }

<p style="color:#BBD15D">This sample text font color is #BBD15D.</p>

This text font color is #BBD15D.


Background Color

.myBgColor { background-color: #BBD15D; }

<div style="background-color:#BBD15D">Inner text</div>

This div background color is #BBD15D.


Border color

.myBorderColor { border: 1px solid #BBD15D; }

<div style="border:3px solid #BBD15D">Div</div>

This div border color is #BBD15D.


Opacity

.myOpacity80 { color: #BBD15D; opacity: 0.8; }

<p style="color:#BBD15D;opacity:0.8;">80%</p>

Text with #BBD15D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BBD15D;}

<p style="text-shadow: 3px 3px 1px #BBD15D">Text here.</p>

This text has shadow with #BBD15D color.

.textShadow {text-shadow: 3px 3px 1px #BBD15D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BBD15D, 5px 5px 20px red">Text here.</p>

This text has shadow with #BBD15D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBD15D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BBD15D, Direction=45, Strength=4)">Text</p>

This text has shadow with #BBD15D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BBD15D;
  -webkit-box-shadow:	1px 1px 3px 2px #BBD15D;
  box-shadow:		1px 1px 3px 2px #BBD15D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBD15D;
-webkit-box-shadow: 1px 1px 3px 2px #BBD15D;
box-shadow:1px 1px 3px 2px #BBD15D;">
Div content here</div>
This div box has shadow with color #BBD15D.

Preview

Color preview on black background

This text has color #BBD15D on black background.


Color preview on white background

This text has color #BBD15D on white background.



Black color preview on #BBD15D background

This text has black color on #BBD15D background.


White color preview on #BBD15D background

This text has white color on #BBD15D background.