Shades of Olivine #9ACB64
Tints of Olivine #9ACB64
RGB
CMYK
RGB Variations
Color information
#9ACB64 (or 0x9ACB64) is known color: Olivine. HEX triplet: 9A, CB and 64. RGB value is (154,203,100). Sum of RGB (Red+Green+Blue) = 154+203+100=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACB64 is #65349B. Grayscale: #B0B0B0. Windows color (decimal): -6632604 or 6605722. OLE color: 6605722.
HSL color Cylindrical-coordinate representation of color #9ACB64: hue angle of 88.54º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9ACB64 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 203 | 100 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.20 |
| HSL | 88.54º | 0.5% | 0.59% | - |
| HSV(B) | 88.54º | 0.51% | 0.8% | - |
| XYZ | 36.98 | 50.5 | 19.86 | - |
| YUV | 176.61 | 84.77 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 203 | 100 | 0.24 | 0 | 0.51 | 0.20 | 88.54 | 0.5 | 0.59 |
| Hex | 9A | CB | 64 | 18 | 0 | 33 | 14 | 59 | 32 | 3B |
| Octal | 232 | 313 | 144 | 30 | 0 | 63 | 24 | 131 | 62 | 73 |
| Binary | 10011010 | 11001011 | 1100100 | 11000 | 0 | 110011 | 10100 | 1011001 | 110010 | 111011 |
Color Harmonies of #9ACB64
Complementary color
Monochromatic Colors of #9ACB64
Black with #9ACB64
Text Example
Text Example
White with #9ACB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACB64; }
p { color: rgb(154,203,100); }
H1.HeaderClassName
{
color: #9ACB64;
}
.AnyTagClassName
{
color: #9ACB64;
}
</style>
background-color css
<style>
a { background-color: #9ACB64; }
a { background-color: rgb(154,203,100); }
div.DivClassName
{
background-color: #9ACB64;
}
.BgClassName
{
background-color: #9ACB64;
}
</style>
border-color css
<style>
span { border-color: #9ACB64; }
span { border-color: rgb(154,203,100); }
td.TdClassName
{
border-color: #9ACB64;
}
.TagClassName
{
border-color: #9ACB64;
}
</style>