#9CC164

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

Shades of Olivine #9CC164

Tints of Olivine #9CC164

Color information

#9CC164 (or 0x9CC164) is unknown color: approx Olivine. HEX triplet: 9C, C1 and 64. RGB value is (156,193,100). Sum of RGB (Red+Green+Blue) = 156+193+100=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC164 is #633E9B. Grayscale: #ABABAB. Windows color (decimal): -6504092 or 6603164. OLE color: 6603164.

HSL color Cylindrical-coordinate representation of color #9CC164: hue angle of 83.87º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CC164 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB156193100-
CMYK0.1900.480.24
HSL83.87º42.86%57.45%-
HSV(B)83.87º48.19%75.69%-
XYZ35.0846.1319.11-
YUV171.3487.74117.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.74%
GREEN value IS 193 (75.78% from 255) = 42.98%
BLUE value IS 100 (39.45% from 255) = 22.27%
R=34.74%
G=42.98%
B=22.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1561931000.1900.480.2483.8742.8657.45
Hex9CC1641303018542b39
Octal23430114423060301245371
Binary10011100110000011100100100110110000110001010100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CC164; }

 p { color: rgb(156,193,100); }

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

<style>
 a { background-color: #9CC164; }

 a { background-color: rgb(156,193,100); }

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

<style>
 span { border-color: #9CC164; }

 span { border-color: rgb(156,193,100); }

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