Shades of Conifer #B9E65B
Tints of Conifer #B9E65B
RGB
CMYK
RGB Variations
Color information
#B9E65B (or 0xB9E65B) is known color: Conifer. HEX triplet: B9, E6 and 5B. RGB value is (185,230,91). Sum of RGB (Red+Green+Blue) = 185+230+91=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 230 (90.23% from 255 or 45.45% from 506); Blue value is 91 (35.94% from 255 or 17.98% from 506); Max value from RGB is 230 - color contains mainly: green. Hex color #B9E65B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9E65B is #4619A4. Grayscale: #C9C9C9. Windows color (decimal): -4594085 or 6022841. OLE color: 6022841.
HSL color Cylindrical-coordinate representation of color #B9E65B: hue angle of 79.42º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9E65B is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 230 | 91 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.10 |
| HSL | 79.42º | 0.74% | 0.63% | - |
| HSV(B) | 79.42º | 0.6% | 0.9% | - |
| XYZ | 50.19 | 67.66 | 20.31 | - |
| YUV | 200.7 | 66.09 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 230 | 91 | 0.20 | 0 | 0.60 | 0.10 | 79.42 | 0.74 | 0.63 |
| Hex | B9 | E6 | 5B | 14 | 0 | 3C | A | 4F | 4A | 3F |
| Octal | 271 | 346 | 133 | 24 | 0 | 74 | 12 | 117 | 112 | 77 |
| Binary | 10111001 | 11100110 | 1011011 | 10100 | 0 | 111100 | 1010 | 1001111 | 1001010 | 111111 |
Color Harmonies of #B9E65B
Complementary color
Monochromatic Colors of #B9E65B
Black with #B9E65B
Text Example
Text Example
White with #B9E65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E65B; }
p { color: rgb(185,230,91); }
H1.HeaderClassName
{
color: #B9E65B;
}
.AnyTagClassName
{
color: #B9E65B;
}
</style>
background-color css
<style>
a { background-color: #B9E65B; }
a { background-color: rgb(185,230,91); }
div.DivClassName
{
background-color: #B9E65B;
}
.BgClassName
{
background-color: #B9E65B;
}
</style>
border-color css
<style>
span { border-color: #B9E65B; }
span { border-color: rgb(185,230,91); }
td.TdClassName
{
border-color: #B9E65B;
}
.TagClassName
{
border-color: #B9E65B;
}
</style>