#A5CA69

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

Shades of Olivine #A5CA69

Tints of Olivine #A5CA69

Color information

#A5CA69 (or 0xA5CA69) is unknown color: approx Olivine. HEX triplet: A5, CA and 69. RGB value is (165,202,105). Sum of RGB (Red+Green+Blue) = 165+202+105=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA69 is #5A3596. Grayscale: #B4B4B4. Windows color (decimal): -5911959 or 6933157. OLE color: 6933157.

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

Color convert

RGB165202105-
CMYK0.1800.480.21
HSL82.89º47.78%60.2%-
HSV(B)82.89º48.02%79.22%-
XYZ39.1951.2621.19-
YUV179.8885.74117.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.96%
GREEN value IS 202 (79.30% from 255) = 42.80%
BLUE value IS 105 (41.41% from 255) = 22.25%
R=34.96%
G=42.80%
B=22.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652021050.1800.480.2182.8947.7860.2
HexA5CA69120301553303c
Octal24531215122060251236074
Binary10100101110010101101001100100110000101011010011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CA69; }

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

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

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

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

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

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

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

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