Shades of Conifer #A7CA5B
Tints of Conifer #A7CA5B
RGB
CMYK
RGB Variations
Color information
#A7CA5B (or 0xA7CA5B) is known color: Conifer. HEX triplet: A7, CA and 5B. RGB value is (167,202,91). Sum of RGB (Red+Green+Blue) = 167+202+91=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CA5B is #5835A4. Grayscale: #B3B3B3. Windows color (decimal): -5780901 or 6015655. OLE color: 6015655.
HSL color Cylindrical-coordinate representation of color #A7CA5B: hue angle of 78.92º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A7CA5B is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 202 | 91 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.21 |
| HSL | 78.92º | 0.51% | 0.57% | - |
| HSV(B) | 78.92º | 0.55% | 0.79% | - |
| XYZ | 38.95 | 51.21 | 17.73 | - |
| YUV | 178.88 | 78.4 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 202 | 91 | 0.17 | 0 | 0.55 | 0.21 | 78.92 | 0.51 | 0.57 |
| Hex | A7 | CA | 5B | 11 | 0 | 37 | 15 | 4F | 33 | 39 |
| Octal | 247 | 312 | 133 | 21 | 0 | 67 | 25 | 117 | 63 | 71 |
| Binary | 10100111 | 11001010 | 1011011 | 10001 | 0 | 110111 | 10101 | 1001111 | 110011 | 111001 |
Color Harmonies of #A7CA5B
Complementary color
Monochromatic Colors of #A7CA5B
Black with #A7CA5B
Text Example
Text Example
White with #A7CA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CA5B; }
p { color: rgb(167,202,91); }
H1.HeaderClassName
{
color: #A7CA5B;
}
.AnyTagClassName
{
color: #A7CA5B;
}
</style>
background-color css
<style>
a { background-color: #A7CA5B; }
a { background-color: rgb(167,202,91); }
div.DivClassName
{
background-color: #A7CA5B;
}
.BgClassName
{
background-color: #A7CA5B;
}
</style>
border-color css
<style>
span { border-color: #A7CA5B; }
span { border-color: rgb(167,202,91); }
td.TdClassName
{
border-color: #A7CA5B;
}
.TagClassName
{
border-color: #A7CA5B;
}
</style>