Shades of Olivine #9BD267
Tints of Olivine #9BD267
RGB
CMYK
RGB Variations
Color information
#9BD267 (or 0x9BD267) is known color: Olivine. HEX triplet: 9B, D2 and 67. RGB value is (155,210,103). Sum of RGB (Red+Green+Blue) = 155+210+103=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 103 (40.62% from 255 or 22.01% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD267 is #642D98. Grayscale: #B5B5B5. Windows color (decimal): -6565273 or 6804123. OLE color: 6804123.
HSL color Cylindrical-coordinate representation of color #9BD267: hue angle of 90.84º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BD267 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 210 | 103 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.18 |
| HSL | 90.84º | 0.54% | 0.61% | - |
| HSV(B) | 90.84º | 0.51% | 0.82% | - |
| XYZ | 39.01 | 54.04 | 21.21 | - |
| YUV | 181.36 | 83.78 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 210 | 103 | 0.26 | 0 | 0.51 | 0.18 | 90.84 | 0.54 | 0.61 |
| Hex | 9B | D2 | 67 | 1A | 0 | 33 | 12 | 5B | 36 | 3D |
| Octal | 233 | 322 | 147 | 32 | 0 | 63 | 22 | 133 | 66 | 75 |
| Binary | 10011011 | 11010010 | 1100111 | 11010 | 0 | 110011 | 10010 | 1011011 | 110110 | 111101 |
Color Harmonies of #9BD267
Complementary color
Monochromatic Colors of #9BD267
Black with #9BD267
Text Example
Text Example
White with #9BD267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD267; }
p { color: rgb(155,210,103); }
H1.HeaderClassName
{
color: #9BD267;
}
.AnyTagClassName
{
color: #9BD267;
}
</style>
background-color css
<style>
a { background-color: #9BD267; }
a { background-color: rgb(155,210,103); }
div.DivClassName
{
background-color: #9BD267;
}
.BgClassName
{
background-color: #9BD267;
}
</style>
border-color css
<style>
span { border-color: #9BD267; }
span { border-color: rgb(155,210,103); }
td.TdClassName
{
border-color: #9BD267;
}
.TagClassName
{
border-color: #9BD267;
}
</style>