Shades of Conifer #A8CB5B
Tints of Conifer #A8CB5B
RGB
CMYK
RGB Variations
Color information
#A8CB5B (or 0xA8CB5B) is known color: Conifer. HEX triplet: A8, CB and 5B. RGB value is (168,203,91). Sum of RGB (Red+Green+Blue) = 168+203+91=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CB5B is #5734A4. Grayscale: #B4B4B4. Windows color (decimal): -5715109 or 6015912. OLE color: 6015912.
HSL color Cylindrical-coordinate representation of color #A8CB5B: hue angle of 78.75º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8CB5B is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 91 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.20 |
| HSL | 78.75º | 0.52% | 0.58% | - |
| HSV(B) | 78.75º | 0.55% | 0.8% | - |
| XYZ | 39.39 | 51.79 | 17.82 | - |
| YUV | 179.77 | 77.9 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 91 | 0.17 | 0 | 0.55 | 0.20 | 78.75 | 0.52 | 0.58 |
| Hex | A8 | CB | 5B | 11 | 0 | 37 | 14 | 4F | 34 | 3A |
| Octal | 250 | 313 | 133 | 21 | 0 | 67 | 24 | 117 | 64 | 72 |
| Binary | 10101000 | 11001011 | 1011011 | 10001 | 0 | 110111 | 10100 | 1001111 | 110100 | 111010 |
Color Harmonies of #A8CB5B
Complementary color
Monochromatic Colors of #A8CB5B
Black with #A8CB5B
Text Example
Text Example
White with #A8CB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB5B; }
p { color: rgb(168,203,91); }
H1.HeaderClassName
{
color: #A8CB5B;
}
.AnyTagClassName
{
color: #A8CB5B;
}
</style>
background-color css
<style>
a { background-color: #A8CB5B; }
a { background-color: rgb(168,203,91); }
div.DivClassName
{
background-color: #A8CB5B;
}
.BgClassName
{
background-color: #A8CB5B;
}
</style>
border-color css
<style>
span { border-color: #A8CB5B; }
span { border-color: rgb(168,203,91); }
td.TdClassName
{
border-color: #A8CB5B;
}
.TagClassName
{
border-color: #A8CB5B;
}
</style>