Shades of Conifer #BBDC61
Tints of Conifer #BBDC61
RGB
CMYK
RGB Variations
Color information
#BBDC61 (or 0xBBDC61) is known color: Conifer. HEX triplet: BB, DC and 61. RGB value is (187,220,97). Sum of RGB (Red+Green+Blue) = 187+220+97=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 97 (38.28% from 255 or 19.25% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC61 is #44239E. Grayscale: #C4C4C4. Windows color (decimal): -4465567 or 6413499. OLE color: 6413499.
HSL color Cylindrical-coordinate representation of color #BBDC61: hue angle of 76.1º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBDC61 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 97 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.14 |
| HSL | 76.1º | 0.64% | 0.62% | - |
| HSV(B) | 76.1º | 0.56% | 0.86% | - |
| XYZ | 48.24 | 62.61 | 20.85 | - |
| YUV | 196.11 | 72.07 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 97 | 0.15 | 0 | 0.56 | 0.14 | 76.1 | 0.64 | 0.62 |
| Hex | BB | DC | 61 | F | 0 | 38 | E | 4C | 40 | 3E |
| Octal | 273 | 334 | 141 | 17 | 0 | 70 | 16 | 114 | 100 | 76 |
| Binary | 10111011 | 11011100 | 1100001 | 1111 | 0 | 111000 | 1110 | 1001100 | 1000000 | 111110 |
Color Harmonies of #BBDC61
Complementary color
Monochromatic Colors of #BBDC61
Black with #BBDC61
Text Example
Text Example
White with #BBDC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC61; }
p { color: rgb(187,220,97); }
H1.HeaderClassName
{
color: #BBDC61;
}
.AnyTagClassName
{
color: #BBDC61;
}
</style>
background-color css
<style>
a { background-color: #BBDC61; }
a { background-color: rgb(187,220,97); }
div.DivClassName
{
background-color: #BBDC61;
}
.BgClassName
{
background-color: #BBDC61;
}
</style>
border-color css
<style>
span { border-color: #BBDC61; }
span { border-color: rgb(187,220,97); }
td.TdClassName
{
border-color: #BBDC61;
}
.TagClassName
{
border-color: #BBDC61;
}
</style>