Shades of Olivine #9BC05C
Tints of Olivine #9BC05C
RGB
CMYK
RGB Variations
Color information
#9BC05C (or 0x9BC05C) is known color: Olivine. HEX triplet: 9B, C0 and 5C. RGB value is (155,192,92). Sum of RGB (Red+Green+Blue) = 155+192+92=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC05C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC05C is #643FA3. Grayscale: #A9A9A9. Windows color (decimal): -6569892 or 6078619. OLE color: 6078619.
HSL color Cylindrical-coordinate representation of color #9BC05C: hue angle of 82.2º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BC05C is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 192 | 92 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.25 |
| HSL | 82.2º | 0.44% | 0.56% | - |
| HSV(B) | 82.2º | 0.52% | 0.75% | - |
| XYZ | 34.3 | 45.44 | 17.09 | - |
| YUV | 169.54 | 84.24 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 192 | 92 | 0.19 | 0 | 0.52 | 0.25 | 82.2 | 0.44 | 0.56 |
| Hex | 9B | C0 | 5C | 13 | 0 | 34 | 19 | 52 | 2C | 38 |
| Octal | 233 | 300 | 134 | 23 | 0 | 64 | 31 | 122 | 54 | 70 |
| Binary | 10011011 | 11000000 | 1011100 | 10011 | 0 | 110100 | 11001 | 1010010 | 101100 | 111000 |
Color Harmonies of #9BC05C
Complementary color
Monochromatic Colors of #9BC05C
Black with #9BC05C
Text Example
Text Example
White with #9BC05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC05C; }
p { color: rgb(155,192,92); }
H1.HeaderClassName
{
color: #9BC05C;
}
.AnyTagClassName
{
color: #9BC05C;
}
</style>
background-color css
<style>
a { background-color: #9BC05C; }
a { background-color: rgb(155,192,92); }
div.DivClassName
{
background-color: #9BC05C;
}
.BgClassName
{
background-color: #9BC05C;
}
</style>
border-color css
<style>
span { border-color: #9BC05C; }
span { border-color: rgb(155,192,92); }
td.TdClassName
{
border-color: #9BC05C;
}
.TagClassName
{
border-color: #9BC05C;
}
</style>