Shades of Conifer #BBDB64
Tints of Conifer #BBDB64
RGB
CMYK
RGB Variations
Color information
#BBDB64 (or 0xBBDB64) is known color: 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
| RGB | 187 | 219 | 100 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.14 |
| HSL | 76.13º | 0.62% | 0.63% | - |
| HSV(B) | 76.13º | 0.54% | 0.86% | - |
| XYZ | 48.13 | 62.15 | 21.52 | - |
| YUV | 195.87 | 73.9 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 100 | 0.15 | 0 | 0.54 | 0.14 | 76.13 | 0.62 | 0.63 |
| Hex | BB | DB | 64 | F | 0 | 36 | E | 4C | 3E | 3F |
| Octal | 273 | 333 | 144 | 17 | 0 | 66 | 16 | 114 | 76 | 77 |
| Binary | 10111011 | 11011011 | 1100100 | 1111 | 0 | 110110 | 1110 | 1001100 | 111110 | 111111 |
Color Harmonies of #BBDB64
Complementary color
Monochromatic Colors of #BBDB64
Black with #BBDB64
Text Example
Text Example
White with #BBDB64
Text Example
Text Example
HTML Codes & Css Web 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>