#99C479

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

Shades of Olivine #99C479

Tints of Olivine #99C479

Color information

#99C479 (or 0x99C479) is unknown color: approx Olivine. HEX triplet: 99, C4 and 79. RGB value is (153,196,121). Sum of RGB (Red+Green+Blue) = 153+196+121=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 196 - color contains mainly: green. Hex color #99C479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C479 is #663B86. Grayscale: #AEAEAE. Windows color (decimal): -6699911 or 7980185. OLE color: 7980185.

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

Color convert

RGB153196121-
CMYK0.2200.380.23
HSL94.4º38.86%62.16%-
HSV(B)94.4º38.27%76.86%-
XYZ36.3347.6325.37-
YUV174.5997.75112.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.55%
GREEN value IS 196 (76.95% from 255) = 41.70%
BLUE value IS 121 (47.66% from 255) = 25.74%
R=32.55%
G=41.70%
B=25.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1531961210.2200.380.2394.438.8662.16
Hex99C47916026175e273e
Octal23130417126046271364776
Binary10011001110001001111001101100100110101111011110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,196,121); }

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

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

 a { background-color: rgb(153,196,121); }

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

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

 span { border-color: rgb(153,196,121); }

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