#99C16C

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

Shades of Olivine #99C16C

Tints of Olivine #99C16C

Color information

#99C16C (or 0x99C16C) is unknown color: approx Olivine. HEX triplet: 99, C1 and 6C. RGB value is (153,193,108). Sum of RGB (Red+Green+Blue) = 153+193+108=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #99C16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C16C is #663E93. Grayscale: #ABABAB. Windows color (decimal): -6700692 or 7127449. OLE color: 7127449.

HSL color Cylindrical-coordinate representation of color #99C16C: hue angle of 88.24º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99C16C is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB153193108-
CMYK0.2100.440.24
HSL88.24º40.67%59.02%-
HSV(B)88.24º44.04%75.69%-
XYZ34.9145.9921.23-
YUV171.3592.25114.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.70%
GREEN value IS 193 (75.78% from 255) = 42.51%
BLUE value IS 108 (42.58% from 255) = 23.79%
R=33.70%
G=42.51%
B=23.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531931080.2100.440.2488.2440.6759.02
Hex99C16C1502C1858293b
Octal23130115425054301305173
Binary10011001110000011101100101010101100110001011000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,193,108); }

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

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

 a { background-color: rgb(153,193,108); }

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

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

 span { border-color: rgb(153,193,108); }

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