#A4C17C

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

Shades of Olivine #A4C17C

Tints of Olivine #A4C17C

Color information

#A4C17C (or 0xA4C17C) is unknown color: approx Olivine. HEX triplet: A4, C1 and 7C. RGB value is (164,193,124). Sum of RGB (Red+Green+Blue) = 164+193+124=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C17C is #5B3E83. Grayscale: #B0B0B0. Windows color (decimal): -5979780 or 8176036. OLE color: 8176036.

HSL color Cylindrical-coordinate representation of color #A4C17C: hue angle of 85.22º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4C17C is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB164193124-
CMYK0.1500.360.24
HSL85.22º35.75%62.16%-
HSV(B)85.22º35.75%75.69%-
XYZ38.0247.4926.23-
YUV176.4698.39119.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.10%
GREEN value IS 193 (75.78% from 255) = 40.12%
BLUE value IS 124 (48.83% from 255) = 25.78%
R=34.10%
G=40.12%
B=25.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641931240.1500.360.2485.2235.7562.16
HexA4C17CF0241855243e
Octal24430117417044301254476
Binary1010010011000001111110011110100100110001010101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C17C; }

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

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

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

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

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

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

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

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