Shades of Conifer #B9E35C
Tints of Conifer #B9E35C
RGB
CMYK
RGB Variations
Color information
#B9E35C (or 0xB9E35C) is known color: Conifer. HEX triplet: B9, E3 and 5C. RGB value is (185,227,92). Sum of RGB (Red+Green+Blue) = 185+227+92=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E35C is #461CA3. Grayscale: #C7C7C7. Windows color (decimal): -4594852 or 6087609. OLE color: 6087609.
HSL color Cylindrical-coordinate representation of color #B9E35C: hue angle of 78.67º degrees, saturation: 0.71, 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 #B9E35C is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 227 | 92 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.11 |
| HSL | 78.67º | 0.71% | 0.63% | - |
| HSV(B) | 78.67º | 0.59% | 0.89% | - |
| XYZ | 49.41 | 66.03 | 20.27 | - |
| YUV | 199.05 | 67.59 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 227 | 92 | 0.19 | 0 | 0.59 | 0.11 | 78.67 | 0.71 | 0.63 |
| Hex | B9 | E3 | 5C | 13 | 0 | 3B | B | 4F | 47 | 3F |
| Octal | 271 | 343 | 134 | 23 | 0 | 73 | 13 | 117 | 107 | 77 |
| Binary | 10111001 | 11100011 | 1011100 | 10011 | 0 | 111011 | 1011 | 1001111 | 1000111 | 111111 |
Color Harmonies of #B9E35C
Complementary color
Monochromatic Colors of #B9E35C
Black with #B9E35C
Text Example
Text Example
White with #B9E35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E35C; }
p { color: rgb(185,227,92); }
H1.HeaderClassName
{
color: #B9E35C;
}
.AnyTagClassName
{
color: #B9E35C;
}
</style>
background-color css
<style>
a { background-color: #B9E35C; }
a { background-color: rgb(185,227,92); }
div.DivClassName
{
background-color: #B9E35C;
}
.BgClassName
{
background-color: #B9E35C;
}
</style>
border-color css
<style>
span { border-color: #B9E35C; }
span { border-color: rgb(185,227,92); }
td.TdClassName
{
border-color: #B9E35C;
}
.TagClassName
{
border-color: #B9E35C;
}
</style>