Shades of Olivine #9CC269
Tints of Olivine #9CC269
RGB
CMYK
RGB Variations
Color information
#9CC269 (or 0x9CC269) is known color: Olivine. HEX triplet: 9C, C2 and 69. RGB value is (156,194,105). Sum of RGB (Red+Green+Blue) = 156+194+105=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC269 is #633D96. Grayscale: #ACACAC. Windows color (decimal): -6503831 or 6931100. OLE color: 6931100.
HSL color Cylindrical-coordinate representation of color #9CC269: hue angle of 85.62º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CC269 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 194 | 105 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.24 |
| HSL | 85.62º | 0.42% | 0.59% | - |
| HSV(B) | 85.62º | 0.46% | 0.76% | - |
| XYZ | 35.55 | 46.67 | 20.5 | - |
| YUV | 172.49 | 89.91 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 194 | 105 | 0.20 | 0 | 0.46 | 0.24 | 85.62 | 0.42 | 0.59 |
| Hex | 9C | C2 | 69 | 14 | 0 | 2E | 18 | 56 | 2A | 3B |
| Octal | 234 | 302 | 151 | 24 | 0 | 56 | 30 | 126 | 52 | 73 |
| Binary | 10011100 | 11000010 | 1101001 | 10100 | 0 | 101110 | 11000 | 1010110 | 101010 | 111011 |
Color Harmonies of #9CC269
Complementary color
Monochromatic Colors of #9CC269
Black with #9CC269
Text Example
Text Example
White with #9CC269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC269; }
p { color: rgb(156,194,105); }
H1.HeaderClassName
{
color: #9CC269;
}
.AnyTagClassName
{
color: #9CC269;
}
</style>
background-color css
<style>
a { background-color: #9CC269; }
a { background-color: rgb(156,194,105); }
div.DivClassName
{
background-color: #9CC269;
}
.BgClassName
{
background-color: #9CC269;
}
</style>
border-color css
<style>
span { border-color: #9CC269; }
span { border-color: rgb(156,194,105); }
td.TdClassName
{
border-color: #9CC269;
}
.TagClassName
{
border-color: #9CC269;
}
</style>