Shades of Conifer #A5CB56
Tints of Conifer #A5CB56
RGB
CMYK
RGB Variations
Color information
#A5CB56 (or 0xA5CB56) is known color: Conifer. HEX triplet: A5, CB and 56. RGB value is (165,203,86). Sum of RGB (Red+Green+Blue) = 165+203+86=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CB56 is #5A34A9. Grayscale: #B2B2B2. Windows color (decimal): -5911722 or 5688229. OLE color: 5688229.
HSL color Cylindrical-coordinate representation of color #A5CB56: hue angle of 79.49º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5CB56 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 203 | 86 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.20 |
| HSL | 79.49º | 0.53% | 0.57% | - |
| HSV(B) | 79.49º | 0.58% | 0.8% | - |
| XYZ | 38.55 | 51.38 | 16.69 | - |
| YUV | 178.3 | 75.91 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 203 | 86 | 0.19 | 0 | 0.58 | 0.20 | 79.49 | 0.53 | 0.57 |
| Hex | A5 | CB | 56 | 13 | 0 | 3A | 14 | 4F | 35 | 39 |
| Octal | 245 | 313 | 126 | 23 | 0 | 72 | 24 | 117 | 65 | 71 |
| Binary | 10100101 | 11001011 | 1010110 | 10011 | 0 | 111010 | 10100 | 1001111 | 110101 | 111001 |
Color Harmonies of #A5CB56
Complementary color
Monochromatic Colors of #A5CB56
Black with #A5CB56
Text Example
Text Example
White with #A5CB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CB56; }
p { color: rgb(165,203,86); }
H1.HeaderClassName
{
color: #A5CB56;
}
.AnyTagClassName
{
color: #A5CB56;
}
</style>
background-color css
<style>
a { background-color: #A5CB56; }
a { background-color: rgb(165,203,86); }
div.DivClassName
{
background-color: #A5CB56;
}
.BgClassName
{
background-color: #A5CB56;
}
</style>
border-color css
<style>
span { border-color: #A5CB56; }
span { border-color: rgb(165,203,86); }
td.TdClassName
{
border-color: #A5CB56;
}
.TagClassName
{
border-color: #A5CB56;
}
</style>