Shades of Conifer #B9EB3E
Tints of Conifer #B9EB3E
RGB
CMYK
RGB Variations
Color information
#B9EB3E (or 0xB9EB3E) is known color: Conifer. HEX triplet: B9, EB and 3E. RGB value is (185,235,62). Sum of RGB (Red+Green+Blue) = 185+235+62=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 62 (24.61% from 255 or 12.86% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #B9EB3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9EB3E is #4614C1. Grayscale: #C8C8C8. Windows color (decimal): -4592834 or 4123577. OLE color: 4123577.
HSL color Cylindrical-coordinate representation of color #B9EB3E: hue angle of 77.34º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9EB3E is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 235 | 62 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.08 |
| HSL | 77.34º | 0.81% | 0.58% | - |
| HSV(B) | 77.34º | 0.74% | 0.92% | - |
| XYZ | 50.59 | 70.08 | 15.42 | - |
| YUV | 200.33 | 49.94 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 235 | 62 | 0.21 | 0 | 0.74 | 0.08 | 77.34 | 0.81 | 0.58 |
| Hex | B9 | EB | 3E | 15 | 0 | 4A | 8 | 4D | 51 | 3A |
| Octal | 271 | 353 | 76 | 25 | 0 | 112 | 10 | 115 | 121 | 72 |
| Binary | 10111001 | 11101011 | 111110 | 10101 | 0 | 1001010 | 1000 | 1001101 | 1010001 | 111010 |
Color Harmonies of #B9EB3E
Complementary color
Monochromatic Colors of #B9EB3E
Black with #B9EB3E
Text Example
Text Example
White with #B9EB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EB3E; }
p { color: rgb(185,235,62); }
H1.HeaderClassName
{
color: #B9EB3E;
}
.AnyTagClassName
{
color: #B9EB3E;
}
</style>
background-color css
<style>
a { background-color: #B9EB3E; }
a { background-color: rgb(185,235,62); }
div.DivClassName
{
background-color: #B9EB3E;
}
.BgClassName
{
background-color: #B9EB3E;
}
</style>
border-color css
<style>
span { border-color: #B9EB3E; }
span { border-color: rgb(185,235,62); }
td.TdClassName
{
border-color: #B9EB3E;
}
.TagClassName
{
border-color: #B9EB3E;
}
</style>