Shades of Conifer #A5CB61
Tints of Conifer #A5CB61
RGB
CMYK
RGB Variations
Color information
#A5CB61 (or 0xA5CB61) is known color: Conifer. HEX triplet: A5, CB and 61. RGB value is (165,203,97). Sum of RGB (Red+Green+Blue) = 165+203+97=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CB61 is #5A349E. Grayscale: #B3B3B3. Windows color (decimal): -5911711 or 6409125. OLE color: 6409125.
HSL color Cylindrical-coordinate representation of color #A5CB61: hue angle of 81.51º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5CB61 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 203 | 97 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.20 |
| HSL | 81.51º | 0.5% | 0.59% | - |
| HSV(B) | 81.51º | 0.52% | 0.8% | - |
| XYZ | 39.03 | 51.57 | 19.21 | - |
| YUV | 179.55 | 81.41 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 203 | 97 | 0.19 | 0 | 0.52 | 0.20 | 81.51 | 0.5 | 0.59 |
| Hex | A5 | CB | 61 | 13 | 0 | 34 | 14 | 52 | 32 | 3B |
| Octal | 245 | 313 | 141 | 23 | 0 | 64 | 24 | 122 | 62 | 73 |
| Binary | 10100101 | 11001011 | 1100001 | 10011 | 0 | 110100 | 10100 | 1010010 | 110010 | 111011 |
Color Harmonies of #A5CB61
Complementary color
Monochromatic Colors of #A5CB61
Black with #A5CB61
Text Example
Text Example
White with #A5CB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CB61; }
p { color: rgb(165,203,97); }
H1.HeaderClassName
{
color: #A5CB61;
}
.AnyTagClassName
{
color: #A5CB61;
}
</style>
background-color css
<style>
a { background-color: #A5CB61; }
a { background-color: rgb(165,203,97); }
div.DivClassName
{
background-color: #A5CB61;
}
.BgClassName
{
background-color: #A5CB61;
}
</style>
border-color css
<style>
span { border-color: #A5CB61; }
span { border-color: rgb(165,203,97); }
td.TdClassName
{
border-color: #A5CB61;
}
.TagClassName
{
border-color: #A5CB61;
}
</style>