Shades of Conifer #B9E25D
Tints of Conifer #B9E25D
RGB
CMYK
RGB Variations
Color information
#B9E25D (or 0xB9E25D) is known color: Conifer. HEX triplet: B9, E2 and 5D. RGB value is (185,226,93). Sum of RGB (Red+Green+Blue) = 185+226+93=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 226 - color contains mainly: green. Hex color #B9E25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E25D is #461DA2. Grayscale: #C7C7C7. Windows color (decimal): -4595107 or 6152889. OLE color: 6152889.
HSL color Cylindrical-coordinate representation of color #B9E25D: hue angle of 78.5º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9E25D is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 226 | 93 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.11 |
| HSL | 78.5º | 0.7% | 0.63% | - |
| HSV(B) | 78.5º | 0.59% | 0.89% | - |
| XYZ | 49.18 | 65.5 | 20.41 | - |
| YUV | 198.58 | 68.42 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 226 | 93 | 0.18 | 0 | 0.59 | 0.11 | 78.5 | 0.7 | 0.63 |
| Hex | B9 | E2 | 5D | 12 | 0 | 3B | B | 4E | 46 | 3F |
| Octal | 271 | 342 | 135 | 22 | 0 | 73 | 13 | 116 | 106 | 77 |
| Binary | 10111001 | 11100010 | 1011101 | 10010 | 0 | 111011 | 1011 | 1001110 | 1000110 | 111111 |
Color Harmonies of #B9E25D
Complementary color
Monochromatic Colors of #B9E25D
Black with #B9E25D
Text Example
Text Example
White with #B9E25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E25D; }
p { color: rgb(185,226,93); }
H1.HeaderClassName
{
color: #B9E25D;
}
.AnyTagClassName
{
color: #B9E25D;
}
</style>
background-color css
<style>
a { background-color: #B9E25D; }
a { background-color: rgb(185,226,93); }
div.DivClassName
{
background-color: #B9E25D;
}
.BgClassName
{
background-color: #B9E25D;
}
</style>
border-color css
<style>
span { border-color: #B9E25D; }
span { border-color: rgb(185,226,93); }
td.TdClassName
{
border-color: #B9E25D;
}
.TagClassName
{
border-color: #B9E25D;
}
</style>