Shades of Conifer #B9F052
Tints of Conifer #B9F052
RGB
CMYK
RGB Variations
Color information
#B9F052 (or 0xB9F052) is known color: Conifer. HEX triplet: B9, F0 and 52. RGB value is (185,240,82). Sum of RGB (Red+Green+Blue) = 185+240+82=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 82 (32.42% from 255 or 16.17% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #B9F052 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F052 is #460FAD. Grayscale: #CECECE. Windows color (decimal): -4591534 or 5435577. OLE color: 5435577.
HSL color Cylindrical-coordinate representation of color #B9F052: hue angle of 80.89º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9F052 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 240 | 82 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.06 |
| HSL | 80.89º | 0.84% | 0.63% | - |
| HSV(B) | 80.89º | 0.66% | 0.94% | - |
| XYZ | 52.69 | 73.24 | 19.34 | - |
| YUV | 205.54 | 58.28 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 240 | 82 | 0.23 | 0 | 0.66 | 0.06 | 80.89 | 0.84 | 0.63 |
| Hex | B9 | F0 | 52 | 17 | 0 | 42 | 6 | 51 | 54 | 3F |
| Octal | 271 | 360 | 122 | 27 | 0 | 102 | 6 | 121 | 124 | 77 |
| Binary | 10111001 | 11110000 | 1010010 | 10111 | 0 | 1000010 | 110 | 1010001 | 1010100 | 111111 |
Color Harmonies of #B9F052
Complementary color
Monochromatic Colors of #B9F052
Black with #B9F052
Text Example
Text Example
White with #B9F052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F052; }
p { color: rgb(185,240,82); }
H1.HeaderClassName
{
color: #B9F052;
}
.AnyTagClassName
{
color: #B9F052;
}
</style>
background-color css
<style>
a { background-color: #B9F052; }
a { background-color: rgb(185,240,82); }
div.DivClassName
{
background-color: #B9F052;
}
.BgClassName
{
background-color: #B9F052;
}
</style>
border-color css
<style>
span { border-color: #B9F052; }
span { border-color: rgb(185,240,82); }
td.TdClassName
{
border-color: #B9F052;
}
.TagClassName
{
border-color: #B9F052;
}
</style>