#A5CA6C

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

Shades of Olivine #A5CA6C

Tints of Olivine #A5CA6C

Color information

#A5CA6C (or 0xA5CA6C) is unknown color: approx Olivine. HEX triplet: A5, CA and 6C. RGB value is (165,202,108). Sum of RGB (Red+Green+Blue) = 165+202+108=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA6C is #5A3593. Grayscale: #B4B4B4. Windows color (decimal): -5911956 or 7129765. OLE color: 7129765.

HSL color Cylindrical-coordinate representation of color #A5CA6C: hue angle of 83.62º 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 #A5CA6C is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB165202108-
CMYK0.1800.470.21
HSL83.62º47%60.78%-
HSV(B)83.62º46.53%79.22%-
XYZ39.3451.3222.02-
YUV180.2287.24117.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.74%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 108 (42.58% from 255) = 22.74%
R=34.74%
G=42.53%
B=22.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652021080.1800.470.2183.624760.78
HexA5CA6C1202F15542f3d
Octal24531215422057251245775
Binary10100101110010101101100100100101111101011010100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CA6C; }

 p { color: rgb(165,202,108); }

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

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

 a { background-color: rgb(165,202,108); }

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

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

 span { border-color: rgb(165,202,108); }

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