Shades of Conifer #B9E75C
Tints of Conifer #B9E75C
RGB
CMYK
RGB Variations
Color information
#B9E75C (or 0xB9E75C) is known color: Conifer. HEX triplet: B9, E7 and 5C. RGB value is (185,231,92). Sum of RGB (Red+Green+Blue) = 185+231+92=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 231 - color contains mainly: green. Hex color #B9E75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9E75C is #4618A3. Grayscale: #C9C9C9. Windows color (decimal): -4593828 or 6088633. OLE color: 6088633.
HSL color Cylindrical-coordinate representation of color #B9E75C: hue angle of 79.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9E75C is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 231 | 92 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.09 |
| HSL | 79.86º | 0.74% | 0.63% | - |
| HSV(B) | 79.86º | 0.6% | 0.91% | - |
| XYZ | 50.52 | 68.24 | 20.63 | - |
| YUV | 201.4 | 66.26 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 231 | 92 | 0.20 | 0 | 0.60 | 0.09 | 79.86 | 0.74 | 0.63 |
| Hex | B9 | E7 | 5C | 14 | 0 | 3C | 9 | 50 | 4A | 3F |
| Octal | 271 | 347 | 134 | 24 | 0 | 74 | 11 | 120 | 112 | 77 |
| Binary | 10111001 | 11100111 | 1011100 | 10100 | 0 | 111100 | 1001 | 1010000 | 1001010 | 111111 |
Color Harmonies of #B9E75C
Complementary color
Monochromatic Colors of #B9E75C
Black with #B9E75C
Text Example
Text Example
White with #B9E75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E75C; }
p { color: rgb(185,231,92); }
H1.HeaderClassName
{
color: #B9E75C;
}
.AnyTagClassName
{
color: #B9E75C;
}
</style>
background-color css
<style>
a { background-color: #B9E75C; }
a { background-color: rgb(185,231,92); }
div.DivClassName
{
background-color: #B9E75C;
}
.BgClassName
{
background-color: #B9E75C;
}
</style>
border-color css
<style>
span { border-color: #B9E75C; }
span { border-color: rgb(185,231,92); }
td.TdClassName
{
border-color: #B9E75C;
}
.TagClassName
{
border-color: #B9E75C;
}
</style>