Shades of Conifer #B9E05D
Tints of Conifer #B9E05D
RGB
CMYK
RGB Variations
Color information
#B9E05D (or 0xB9E05D) is known color: Conifer. HEX triplet: B9, E0 and 5D. RGB value is (185,224,93). Sum of RGB (Red+Green+Blue) = 185+224+93=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E05D is #461FA2. Grayscale: #C5C5C5. Windows color (decimal): -4595619 or 6152377. OLE color: 6152377.
HSL color Cylindrical-coordinate representation of color #B9E05D: hue angle of 77.86º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9E05D is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 224 | 93 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.12 |
| HSL | 77.86º | 0.68% | 0.62% | - |
| HSV(B) | 77.86º | 0.58% | 0.88% | - |
| XYZ | 48.64 | 64.42 | 20.23 | - |
| YUV | 197.41 | 69.08 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 224 | 93 | 0.17 | 0 | 0.58 | 0.12 | 77.86 | 0.68 | 0.62 |
| Hex | B9 | E0 | 5D | 11 | 0 | 3A | C | 4E | 44 | 3E |
| Octal | 271 | 340 | 135 | 21 | 0 | 72 | 14 | 116 | 104 | 76 |
| Binary | 10111001 | 11100000 | 1011101 | 10001 | 0 | 111010 | 1100 | 1001110 | 1000100 | 111110 |
Color Harmonies of #B9E05D
Complementary color
Monochromatic Colors of #B9E05D
Black with #B9E05D
Text Example
Text Example
White with #B9E05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E05D; }
p { color: rgb(185,224,93); }
H1.HeaderClassName
{
color: #B9E05D;
}
.AnyTagClassName
{
color: #B9E05D;
}
</style>
background-color css
<style>
a { background-color: #B9E05D; }
a { background-color: rgb(185,224,93); }
div.DivClassName
{
background-color: #B9E05D;
}
.BgClassName
{
background-color: #B9E05D;
}
</style>
border-color css
<style>
span { border-color: #B9E05D; }
span { border-color: rgb(185,224,93); }
td.TdClassName
{
border-color: #B9E05D;
}
.TagClassName
{
border-color: #B9E05D;
}
</style>