#99C56E

Color #99C56E Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #99C56E

Tints of Olivine #99C56E

Color information

#99C56E (or 0x99C56E) is unknown color: approx Olivine. HEX triplet: 99, C5 and 6E. RGB value is (153,197,110). Sum of RGB (Red+Green+Blue) = 153+197+110=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 197 - color contains mainly: green. Hex color #99C56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C56E is #663A91. Grayscale: #AEAEAE. Windows color (decimal): -6699666 or 7259545. OLE color: 7259545.

HSL color Cylindrical-coordinate representation of color #99C56E: hue angle of 90.34º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99C56E is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB153197110-
CMYK0.2200.440.23
HSL90.34º42.86%60.2%-
HSV(B)90.34º44.16%77.25%-
XYZ35.9247.8322.09-
YUV173.9391.92113.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 33.26%
GREEN value IS 197 (77.34% from 255) = 42.83%
BLUE value IS 110 (43.36% from 255) = 23.91%
R=33.26%
G=42.83%
B=23.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1531971100.2200.440.2390.3442.8660.2
Hex99C56E1602C175a2b3c
Octal23130515626054271325374
Binary10011001110001011101110101100101100101111011010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99C56E; }

 p { color: rgb(153,197,110); }

 H1.HeaderClassName
 {
   color: #99C56E;
 }
 .AnyTagClassName
 {
   color: #99C56E;
 }
</style>
background-color css

<style>
 a { background-color: #99C56E; }

 a { background-color: rgb(153,197,110); }

 div.DivClassName
 {
   background-color: #99C56E;
 }
 .BgClassName
 {
   background-color: #99C56E;
 }
</style>
border-color css

<style>
 span { border-color: #99C56E; }

 span { border-color: rgb(153,197,110); }

 td.TdClassName
 {
   border-color: #99C56E;
 }
 .TagClassName
 {
   border-color: #99C56E;
 }
</style>