Shades of Conifer #B9E94D
Tints of Conifer #B9E94D
RGB
CMYK
RGB Variations
Color information
#B9E94D (or 0xB9E94D) is known color: Conifer. HEX triplet: B9, E9 and 4D. RGB value is (185,233,77). Sum of RGB (Red+Green+Blue) = 185+233+77=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9E94D is #4616B2. Grayscale: #C9C9C9. Windows color (decimal): -4593331 or 5106105. OLE color: 5106105.
HSL color Cylindrical-coordinate representation of color #B9E94D: hue angle of 78.46º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9E94D is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 233 | 77 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.09 |
| HSL | 78.46º | 0.78% | 0.61% | - |
| HSV(B) | 78.46º | 0.67% | 0.91% | - |
| XYZ | 50.49 | 69.13 | 17.7 | - |
| YUV | 200.86 | 58.1 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 233 | 77 | 0.21 | 0 | 0.67 | 0.09 | 78.46 | 0.78 | 0.61 |
| Hex | B9 | E9 | 4D | 15 | 0 | 43 | 9 | 4E | 4E | 3D |
| Octal | 271 | 351 | 115 | 25 | 0 | 103 | 11 | 116 | 116 | 75 |
| Binary | 10111001 | 11101001 | 1001101 | 10101 | 0 | 1000011 | 1001 | 1001110 | 1001110 | 111101 |
Color Harmonies of #B9E94D
Complementary color
Monochromatic Colors of #B9E94D
Black with #B9E94D
Text Example
Text Example
White with #B9E94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E94D; }
p { color: rgb(185,233,77); }
H1.HeaderClassName
{
color: #B9E94D;
}
.AnyTagClassName
{
color: #B9E94D;
}
</style>
background-color css
<style>
a { background-color: #B9E94D; }
a { background-color: rgb(185,233,77); }
div.DivClassName
{
background-color: #B9E94D;
}
.BgClassName
{
background-color: #B9E94D;
}
</style>
border-color css
<style>
span { border-color: #B9E94D; }
span { border-color: rgb(185,233,77); }
td.TdClassName
{
border-color: #B9E94D;
}
.TagClassName
{
border-color: #B9E94D;
}
</style>