#BBDD66

Color #BBDD66 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BBDD66

Tints of Conifer #BBDD66

Color information

#BBDD66 (or 0xBBDD66) is unknown color: approx Conifer. HEX triplet: BB, DD and 66. RGB value is (187,221,102). Sum of RGB (Red+Green+Blue) = 187+221+102=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD66 is #442299. Grayscale: #C5C5C5. Windows color (decimal): -4465306 or 6741435. OLE color: 6741435.

HSL color Cylindrical-coordinate representation of color #BBDD66: hue angle of 77.14º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBDD66 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB187221102-
CMYK0.1500.540.13
HSL77.14º63.64%63.33%-
HSV(B)77.14º53.85%86.67%-
XYZ48.7563.2422.21-
YUV197.2774.24120.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 36.67%
GREEN value IS 221 (86.72% from 255) = 43.33%
BLUE value IS 102 (40.23% from 255) = 20%
R=36.67%
G=43.33%
B=20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872211020.1500.540.1377.1463.6463.33
HexBBDD66F036D4d403f
Octal273335146170661511510077
Binary1011101111011101110011011110110110110110011011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDD66; }

 p { color: rgb(187,221,102); }

 H1.HeaderClassName
 {
   color: #BBDD66;
 }
 .AnyTagClassName
 {
   color: #BBDD66;
 }
</style>
background-color css

<style>
 a { background-color: #BBDD66; }

 a { background-color: rgb(187,221,102); }

 div.DivClassName
 {
   background-color: #BBDD66;
 }
 .BgClassName
 {
   background-color: #BBDD66;
 }
</style>
border-color css

<style>
 span { border-color: #BBDD66; }

 span { border-color: rgb(187,221,102); }

 td.TdClassName
 {
   border-color: #BBDD66;
 }
 .TagClassName
 {
   border-color: #BBDD66;
 }
</style>