Shades of Conifer #BBD447
Tints of Conifer #BBD447
RGB
CMYK
RGB Variations
Color information
#BBD447 (or 0xBBD447) is known color: Conifer. HEX triplet: BB, D4 and 47. RGB value is (187,212,71). Sum of RGB (Red+Green+Blue) = 187+212+71=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 71 (28.12% from 255 or 15.11% from 470); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD447 is #442BB8. Grayscale: #BCBCBC. Windows color (decimal): -4467641 or 4707515. OLE color: 4707515.
HSL color Cylindrical-coordinate representation of color #BBD447: hue angle of 70.64º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBD447 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 71 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.17 |
| HSL | 70.64º | 0.62% | 0.55% | - |
| HSV(B) | 70.64º | 0.67% | 0.83% | - |
| XYZ | 45.17 | 58.11 | 14.8 | - |
| YUV | 188.45 | 61.72 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 71 | 0.12 | 0 | 0.67 | 0.17 | 70.64 | 0.62 | 0.55 |
| Hex | BB | D4 | 47 | C | 0 | 43 | 11 | 47 | 3E | 37 |
| Octal | 273 | 324 | 107 | 14 | 0 | 103 | 21 | 107 | 76 | 67 |
| Binary | 10111011 | 11010100 | 1000111 | 1100 | 0 | 1000011 | 10001 | 1000111 | 111110 | 110111 |
Color Harmonies of #BBD447
Complementary color
Monochromatic Colors of #BBD447
Black with #BBD447
Text Example
Text Example
White with #BBD447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD447; }
p { color: rgb(187,212,71); }
H1.HeaderClassName
{
color: #BBD447;
}
.AnyTagClassName
{
color: #BBD447;
}
</style>
background-color css
<style>
a { background-color: #BBD447; }
a { background-color: rgb(187,212,71); }
div.DivClassName
{
background-color: #BBD447;
}
.BgClassName
{
background-color: #BBD447;
}
</style>
border-color css
<style>
span { border-color: #BBD447; }
span { border-color: rgb(187,212,71); }
td.TdClassName
{
border-color: #BBD447;
}
.TagClassName
{
border-color: #BBD447;
}
</style>