Shades of Olivine #9BC267
Tints of Olivine #9BC267
RGB
CMYK
RGB Variations
Color information
#9BC267 (or 0x9BC267) is known color: Olivine. HEX triplet: 9B, C2 and 67. RGB value is (155,194,103). Sum of RGB (Red+Green+Blue) = 155+194+103=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 103 (40.62% from 255 or 22.79% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC267 is #643D98. Grayscale: #ACACAC. Windows color (decimal): -6569369 or 6800027. OLE color: 6800027.
HSL color Cylindrical-coordinate representation of color #9BC267: hue angle of 85.71º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BC267 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 194 | 103 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.24 |
| HSL | 85.71º | 0.43% | 0.58% | - |
| HSV(B) | 85.71º | 0.47% | 0.76% | - |
| XYZ | 35.26 | 46.53 | 19.96 | - |
| YUV | 171.97 | 89.08 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 103 | 0.20 | 0 | 0.47 | 0.24 | 85.71 | 0.43 | 0.58 |
| Hex | 9B | C2 | 67 | 14 | 0 | 2F | 18 | 56 | 2B | 3A |
| Octal | 233 | 302 | 147 | 24 | 0 | 57 | 30 | 126 | 53 | 72 |
| Binary | 10011011 | 11000010 | 1100111 | 10100 | 0 | 101111 | 11000 | 1010110 | 101011 | 111010 |
Color Harmonies of #9BC267
Complementary color
Monochromatic Colors of #9BC267
Black with #9BC267
Text Example
Text Example
White with #9BC267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC267; }
p { color: rgb(155,194,103); }
H1.HeaderClassName
{
color: #9BC267;
}
.AnyTagClassName
{
color: #9BC267;
}
</style>
background-color css
<style>
a { background-color: #9BC267; }
a { background-color: rgb(155,194,103); }
div.DivClassName
{
background-color: #9BC267;
}
.BgClassName
{
background-color: #9BC267;
}
</style>
border-color css
<style>
span { border-color: #9BC267; }
span { border-color: rgb(155,194,103); }
td.TdClassName
{
border-color: #9BC267;
}
.TagClassName
{
border-color: #9BC267;
}
</style>