Shades of Conifer #BBD349
Tints of Conifer #BBD349
RGB
CMYK
RGB Variations
Color information
#BBD349 (or 0xBBD349) is known color: Conifer. HEX triplet: BB, D3 and 49. RGB value is (187,211,73). Sum of RGB (Red+Green+Blue) = 187+211+73=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD349 is #442CB6. Grayscale: #BCBCBC. Windows color (decimal): -4467895 or 4838331. OLE color: 4838331.
HSL color Cylindrical-coordinate representation of color #BBD349: hue angle of 70.43º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBD349 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 73 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.17 |
| HSL | 70.43º | 0.61% | 0.56% | - |
| HSV(B) | 70.43º | 0.65% | 0.83% | - |
| XYZ | 44.99 | 57.63 | 15.06 | - |
| YUV | 188.09 | 63.05 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 73 | 0.11 | 0 | 0.65 | 0.17 | 70.43 | 0.61 | 0.56 |
| Hex | BB | D3 | 49 | B | 0 | 41 | 11 | 46 | 3D | 38 |
| Octal | 273 | 323 | 111 | 13 | 0 | 101 | 21 | 106 | 75 | 70 |
| Binary | 10111011 | 11010011 | 1001001 | 1011 | 0 | 1000001 | 10001 | 1000110 | 111101 | 111000 |
Color Harmonies of #BBD349
Complementary color
Monochromatic Colors of #BBD349
Black with #BBD349
Text Example
Text Example
White with #BBD349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD349; }
p { color: rgb(187,211,73); }
H1.HeaderClassName
{
color: #BBD349;
}
.AnyTagClassName
{
color: #BBD349;
}
</style>
background-color css
<style>
a { background-color: #BBD349; }
a { background-color: rgb(187,211,73); }
div.DivClassName
{
background-color: #BBD349;
}
.BgClassName
{
background-color: #BBD349;
}
</style>
border-color css
<style>
span { border-color: #BBD349; }
span { border-color: rgb(187,211,73); }
td.TdClassName
{
border-color: #BBD349;
}
.TagClassName
{
border-color: #BBD349;
}
</style>