Shades of Conifer #B5D35A
Tints of Conifer #B5D35A
RGB
CMYK
RGB Variations
Color information
#B5D35A (or 0xB5D35A) is known color: Conifer. HEX triplet: B5, D3 and 5A. RGB value is (181,211,90). Sum of RGB (Red+Green+Blue) = 181+211+90=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D35A is #4A2CA5. Grayscale: #BCBCBC. Windows color (decimal): -4861094 or 5952437. OLE color: 5952437.
HSL color Cylindrical-coordinate representation of color #B5D35A: hue angle of 74.88º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5D35A is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 211 | 90 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.17 |
| HSL | 74.88º | 0.58% | 0.59% | - |
| HSV(B) | 74.88º | 0.57% | 0.83% | - |
| XYZ | 44.2 | 57.15 | 18.37 | - |
| YUV | 188.24 | 72.56 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 211 | 90 | 0.14 | 0 | 0.57 | 0.17 | 74.88 | 0.58 | 0.59 |
| Hex | B5 | D3 | 5A | E | 0 | 39 | 11 | 4B | 3A | 3B |
| Octal | 265 | 323 | 132 | 16 | 0 | 71 | 21 | 113 | 72 | 73 |
| Binary | 10110101 | 11010011 | 1011010 | 1110 | 0 | 111001 | 10001 | 1001011 | 111010 | 111011 |
Color Harmonies of #B5D35A
Complementary color
Monochromatic Colors of #B5D35A
Black with #B5D35A
Text Example
Text Example
White with #B5D35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D35A; }
p { color: rgb(181,211,90); }
H1.HeaderClassName
{
color: #B5D35A;
}
.AnyTagClassName
{
color: #B5D35A;
}
</style>
background-color css
<style>
a { background-color: #B5D35A; }
a { background-color: rgb(181,211,90); }
div.DivClassName
{
background-color: #B5D35A;
}
.BgClassName
{
background-color: #B5D35A;
}
</style>
border-color css
<style>
span { border-color: #B5D35A; }
span { border-color: rgb(181,211,90); }
td.TdClassName
{
border-color: #B5D35A;
}
.TagClassName
{
border-color: #B5D35A;
}
</style>