Shades of Conifer #B9EC5C
Tints of Conifer #B9EC5C
RGB
CMYK
RGB Variations
Color information
#B9EC5C (or 0xB9EC5C) is known color: Conifer. HEX triplet: B9, EC and 5C. RGB value is (185,236,92). Sum of RGB (Red+Green+Blue) = 185+236+92=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #B9EC5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9EC5C is #4613A3. Grayscale: #CCCCCC. Windows color (decimal): -4592548 or 6089913. OLE color: 6089913.
HSL color Cylindrical-coordinate representation of color #B9EC5C: hue angle of 81.25º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9EC5C is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 236 | 92 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.07 |
| HSL | 81.25º | 0.79% | 0.64% | - |
| HSV(B) | 81.25º | 0.61% | 0.93% | - |
| XYZ | 51.93 | 71.08 | 21.11 | - |
| YUV | 204.34 | 64.6 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 236 | 92 | 0.22 | 0 | 0.61 | 0.07 | 81.25 | 0.79 | 0.64 |
| Hex | B9 | EC | 5C | 16 | 0 | 3D | 7 | 51 | 4F | 40 |
| Octal | 271 | 354 | 134 | 26 | 0 | 75 | 7 | 121 | 117 | 100 |
| Binary | 10111001 | 11101100 | 1011100 | 10110 | 0 | 111101 | 111 | 1010001 | 1001111 | 1000000 |
Color Harmonies of #B9EC5C
Complementary color
Monochromatic Colors of #B9EC5C
Black with #B9EC5C
Text Example
Text Example
White with #B9EC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EC5C; }
p { color: rgb(185,236,92); }
H1.HeaderClassName
{
color: #B9EC5C;
}
.AnyTagClassName
{
color: #B9EC5C;
}
</style>
background-color css
<style>
a { background-color: #B9EC5C; }
a { background-color: rgb(185,236,92); }
div.DivClassName
{
background-color: #B9EC5C;
}
.BgClassName
{
background-color: #B9EC5C;
}
</style>
border-color css
<style>
span { border-color: #B9EC5C; }
span { border-color: rgb(185,236,92); }
td.TdClassName
{
border-color: #B9EC5C;
}
.TagClassName
{
border-color: #B9EC5C;
}
</style>