Shades of Olivine #9BCA5D
Tints of Olivine #9BCA5D
RGB
CMYK
RGB Variations
Color information
#9BCA5D (or 0x9BCA5D) is known color: Olivine. HEX triplet: 9B, CA and 5D. RGB value is (155,202,93). Sum of RGB (Red+Green+Blue) = 155+202+93=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCA5D is #6435A2. Grayscale: #AFAFAF. Windows color (decimal): -6567331 or 6146715. OLE color: 6146715.
HSL color Cylindrical-coordinate representation of color #9BCA5D: hue angle of 85.87º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9BCA5D is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 93 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.21 |
| HSL | 85.87º | 0.51% | 0.58% | - |
| HSV(B) | 85.87º | 0.54% | 0.79% | - |
| XYZ | 36.61 | 50 | 18.08 | - |
| YUV | 175.52 | 81.43 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 93 | 0.23 | 0 | 0.54 | 0.21 | 85.87 | 0.51 | 0.58 |
| Hex | 9B | CA | 5D | 17 | 0 | 36 | 15 | 56 | 33 | 3A |
| Octal | 233 | 312 | 135 | 27 | 0 | 66 | 25 | 126 | 63 | 72 |
| Binary | 10011011 | 11001010 | 1011101 | 10111 | 0 | 110110 | 10101 | 1010110 | 110011 | 111010 |
Color Harmonies of #9BCA5D
Complementary color
Monochromatic Colors of #9BCA5D
Black with #9BCA5D
Text Example
Text Example
White with #9BCA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCA5D; }
p { color: rgb(155,202,93); }
H1.HeaderClassName
{
color: #9BCA5D;
}
.AnyTagClassName
{
color: #9BCA5D;
}
</style>
background-color css
<style>
a { background-color: #9BCA5D; }
a { background-color: rgb(155,202,93); }
div.DivClassName
{
background-color: #9BCA5D;
}
.BgClassName
{
background-color: #9BCA5D;
}
</style>
border-color css
<style>
span { border-color: #9BCA5D; }
span { border-color: rgb(155,202,93); }
td.TdClassName
{
border-color: #9BCA5D;
}
.TagClassName
{
border-color: #9BCA5D;
}
</style>