Shades of Olivine #99CB5C
Tints of Olivine #99CB5C
RGB
CMYK
RGB Variations
Color information
#99CB5C (or 0x99CB5C) is known color: Olivine. HEX triplet: 99, CB and 5C. RGB value is (153,203,92). Sum of RGB (Red+Green+Blue) = 153+203+92=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CB5C is #6634A3. Grayscale: #AFAFAF. Windows color (decimal): -6698148 or 6081433. OLE color: 6081433.
HSL color Cylindrical-coordinate representation of color #99CB5C: hue angle of 87.03º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99CB5C is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 203 | 92 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.20 |
| HSL | 87.03º | 0.52% | 0.58% | - |
| HSV(B) | 87.03º | 0.55% | 0.8% | - |
| XYZ | 36.42 | 50.26 | 17.91 | - |
| YUV | 175.4 | 80.94 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 203 | 92 | 0.25 | 0 | 0.55 | 0.20 | 87.03 | 0.52 | 0.58 |
| Hex | 99 | CB | 5C | 19 | 0 | 37 | 14 | 57 | 34 | 3A |
| Octal | 231 | 313 | 134 | 31 | 0 | 67 | 24 | 127 | 64 | 72 |
| Binary | 10011001 | 11001011 | 1011100 | 11001 | 0 | 110111 | 10100 | 1010111 | 110100 | 111010 |
Color Harmonies of #99CB5C
Complementary color
Monochromatic Colors of #99CB5C
Black with #99CB5C
Text Example
Text Example
White with #99CB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CB5C; }
p { color: rgb(153,203,92); }
H1.HeaderClassName
{
color: #99CB5C;
}
.AnyTagClassName
{
color: #99CB5C;
}
</style>
background-color css
<style>
a { background-color: #99CB5C; }
a { background-color: rgb(153,203,92); }
div.DivClassName
{
background-color: #99CB5C;
}
.BgClassName
{
background-color: #99CB5C;
}
</style>
border-color css
<style>
span { border-color: #99CB5C; }
span { border-color: rgb(153,203,92); }
td.TdClassName
{
border-color: #99CB5C;
}
.TagClassName
{
border-color: #99CB5C;
}
</style>