Shades of Conifer #BBDC65
Tints of Conifer #BBDC65
RGB
CMYK
RGB Variations
Color information
#BBDC65 (or 0xBBDC65) is known color: Conifer. HEX triplet: BB, DC and 65. RGB value is (187,220,101). Sum of RGB (Red+Green+Blue) = 187+220+101=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC65 is #44239A. Grayscale: #C5C5C5. Windows color (decimal): -4465563 or 6675643. OLE color: 6675643.
HSL color Cylindrical-coordinate representation of color #BBDC65: hue angle of 76.64º degrees, saturation: 0.63, 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 #BBDC65 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 101 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.14 |
| HSL | 76.64º | 0.63% | 0.63% | - |
| HSV(B) | 76.64º | 0.54% | 0.86% | - |
| XYZ | 48.44 | 62.69 | 21.86 | - |
| YUV | 196.57 | 74.07 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 101 | 0.15 | 0 | 0.54 | 0.14 | 76.64 | 0.63 | 0.63 |
| Hex | BB | DC | 65 | F | 0 | 36 | E | 4D | 3F | 3F |
| Octal | 273 | 334 | 145 | 17 | 0 | 66 | 16 | 115 | 77 | 77 |
| Binary | 10111011 | 11011100 | 1100101 | 1111 | 0 | 110110 | 1110 | 1001101 | 111111 | 111111 |
Color Harmonies of #BBDC65
Complementary color
Monochromatic Colors of #BBDC65
Black with #BBDC65
Text Example
Text Example
White with #BBDC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC65; }
p { color: rgb(187,220,101); }
H1.HeaderClassName
{
color: #BBDC65;
}
.AnyTagClassName
{
color: #BBDC65;
}
</style>
background-color css
<style>
a { background-color: #BBDC65; }
a { background-color: rgb(187,220,101); }
div.DivClassName
{
background-color: #BBDC65;
}
.BgClassName
{
background-color: #BBDC65;
}
</style>
border-color css
<style>
span { border-color: #BBDC65; }
span { border-color: rgb(187,220,101); }
td.TdClassName
{
border-color: #BBDC65;
}
.TagClassName
{
border-color: #BBDC65;
}
</style>