#BBDB64

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

Shades of Conifer #BBDB64

Tints of Conifer #BBDB64

Color information

#BBDB64 (or 0xBBDB64) is unknown color: approx Conifer. HEX triplet: BB, DB and 64. RGB value is (187,219,100). Sum of RGB (Red+Green+Blue) = 187+219+100=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB64 is #44249B. Grayscale: #C4C4C4. Windows color (decimal): -4465820 or 6609851. OLE color: 6609851.

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

Color convert

RGB187219100-
CMYK0.1500.540.14
HSL76.13º62.3%62.55%-
HSV(B)76.13º54.34%85.88%-
XYZ48.1362.1521.52-
YUV195.8773.9121.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 219 (85.94% from 255) = 43.28%
BLUE value IS 100 (39.45% from 255) = 19.76%
R=36.96%
G=43.28%
B=19.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872191000.1500.540.1476.1362.362.55
HexBBDB64F036E4c3e3f
Octal27333314417066161147677
Binary101110111101101111001001111011011011101001100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDB64; }

 p { color: rgb(187,219,100); }

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

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

 a { background-color: rgb(187,219,100); }

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

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

 span { border-color: rgb(187,219,100); }

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