#A4CA6B

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

Shades of Olivine #A4CA6B

Tints of Olivine #A4CA6B

Color information

#A4CA6B (or 0xA4CA6B) is unknown color: approx Olivine. HEX triplet: A4, CA and 6B. RGB value is (164,202,107). Sum of RGB (Red+Green+Blue) = 164+202+107=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CA6B is #5B3594. Grayscale: #B4B4B4. Windows color (decimal): -5977493 or 7064228. OLE color: 7064228.

HSL color Cylindrical-coordinate representation of color #A4CA6B: hue angle of 84º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4CA6B is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB164202107-
CMYK0.1900.470.21
HSL84º47.26%60.59%-
HSV(B)84º47.03%79.22%-
XYZ39.0851.221.73-
YUV179.8186.91116.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.67%
GREEN value IS 202 (79.30% from 255) = 42.71%
BLUE value IS 107 (42.19% from 255) = 22.62%
R=34.67%
G=42.71%
B=22.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1642021070.1900.470.218447.2660.59
HexA4CA6B1302F15542f3d
Octal24431215323057251245775
Binary10100100110010101101011100110101111101011010100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CA6B; }

 p { color: rgb(164,202,107); }

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

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

 a { background-color: rgb(164,202,107); }

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

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

 span { border-color: rgb(164,202,107); }

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