#A4C47C

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

Shades of Olivine #A4C47C

Tints of Olivine #A4C47C

Color information

#A4C47C (or 0xA4C47C) is unknown color: approx Olivine. HEX triplet: A4, C4 and 7C. RGB value is (164,196,124). Sum of RGB (Red+Green+Blue) = 164+196+124=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C47C is #5B3B83. Grayscale: #B2B2B2. Windows color (decimal): -5979012 or 8176804. OLE color: 8176804.

HSL color Cylindrical-coordinate representation of color #A4C47C: hue angle of 86.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4C47C is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB164196124-
CMYK0.1600.370.23
HSL86.67º37.89%62.75%-
HSV(B)86.67º36.73%76.86%-
XYZ38.6948.8326.45-
YUV178.2297.4117.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.88%
GREEN value IS 196 (76.95% from 255) = 40.50%
BLUE value IS 124 (48.83% from 255) = 25.62%
R=33.88%
G=40.50%
B=25.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641961240.1600.370.2386.6737.8962.75
HexA4C47C100251757263f
Octal24430417420045271274677
Binary10100100110001001111100100000100101101111010111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C47C; }

 p { color: rgb(164,196,124); }

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

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

 a { background-color: rgb(164,196,124); }

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

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

 span { border-color: rgb(164,196,124); }

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