Shades of Olivine #9ACB5B
Tints of Olivine #9ACB5B
RGB
CMYK
RGB Variations
Color information
#9ACB5B (or 0x9ACB5B) is known color: Olivine. HEX triplet: 9A, CB and 5B. RGB value is (154,203,91). Sum of RGB (Red+Green+Blue) = 154+203+91=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACB5B is #6534A4. Grayscale: #AFAFAF. Windows color (decimal): -6632613 or 6015898. OLE color: 6015898.
HSL color Cylindrical-coordinate representation of color #9ACB5B: hue angle of 86.25º 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 #9ACB5B is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 203 | 91 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.20 |
| HSL | 86.25º | 0.52% | 0.58% | - |
| HSV(B) | 86.25º | 0.55% | 0.8% | - |
| XYZ | 36.57 | 50.34 | 17.69 | - |
| YUV | 175.58 | 80.27 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 203 | 91 | 0.24 | 0 | 0.55 | 0.20 | 86.25 | 0.52 | 0.58 |
| Hex | 9A | CB | 5B | 18 | 0 | 37 | 14 | 56 | 34 | 3A |
| Octal | 232 | 313 | 133 | 30 | 0 | 67 | 24 | 126 | 64 | 72 |
| Binary | 10011010 | 11001011 | 1011011 | 11000 | 0 | 110111 | 10100 | 1010110 | 110100 | 111010 |
Color Harmonies of #9ACB5B
Complementary color
Monochromatic Colors of #9ACB5B
Black with #9ACB5B
Text Example
Text Example
White with #9ACB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACB5B; }
p { color: rgb(154,203,91); }
H1.HeaderClassName
{
color: #9ACB5B;
}
.AnyTagClassName
{
color: #9ACB5B;
}
</style>
background-color css
<style>
a { background-color: #9ACB5B; }
a { background-color: rgb(154,203,91); }
div.DivClassName
{
background-color: #9ACB5B;
}
.BgClassName
{
background-color: #9ACB5B;
}
</style>
border-color css
<style>
span { border-color: #9ACB5B; }
span { border-color: rgb(154,203,91); }
td.TdClassName
{
border-color: #9ACB5B;
}
.TagClassName
{
border-color: #9ACB5B;
}
</style>