Shades of Conifer #B9E452
Tints of Conifer #B9E452
RGB
CMYK
RGB Variations
Color information
#B9E452 (or 0xB9E452) is known color: Conifer. HEX triplet: B9, E4 and 52. RGB value is (185,228,82). Sum of RGB (Red+Green+Blue) = 185+228+82=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 82 (32.42% from 255 or 16.57% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E452 is #461BAD. Grayscale: #C7C7C7. Windows color (decimal): -4594606 or 5432505. OLE color: 5432505.
HSL color Cylindrical-coordinate representation of color #B9E452: hue angle of 77.67º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9E452 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 228 | 82 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.11 |
| HSL | 77.67º | 0.73% | 0.61% | - |
| HSV(B) | 77.67º | 0.64% | 0.89% | - |
| XYZ | 49.27 | 66.41 | 18.2 | - |
| YUV | 198.5 | 62.25 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 228 | 82 | 0.19 | 0 | 0.64 | 0.11 | 77.67 | 0.73 | 0.61 |
| Hex | B9 | E4 | 52 | 13 | 0 | 40 | B | 4E | 49 | 3D |
| Octal | 271 | 344 | 122 | 23 | 0 | 100 | 13 | 116 | 111 | 75 |
| Binary | 10111001 | 11100100 | 1010010 | 10011 | 0 | 1000000 | 1011 | 1001110 | 1001001 | 111101 |
Color Harmonies of #B9E452
Complementary color
Monochromatic Colors of #B9E452
Black with #B9E452
Text Example
Text Example
White with #B9E452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E452; }
p { color: rgb(185,228,82); }
H1.HeaderClassName
{
color: #B9E452;
}
.AnyTagClassName
{
color: #B9E452;
}
</style>
background-color css
<style>
a { background-color: #B9E452; }
a { background-color: rgb(185,228,82); }
div.DivClassName
{
background-color: #B9E452;
}
.BgClassName
{
background-color: #B9E452;
}
</style>
border-color css
<style>
span { border-color: #B9E452; }
span { border-color: rgb(185,228,82); }
td.TdClassName
{
border-color: #B9E452;
}
.TagClassName
{
border-color: #B9E452;
}
</style>