#a5ba6c

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

Shades of Olivine #A5BA6C

Tints of Olivine #A5BA6C

Color information

#A5BA6C (or 0xA5BA6C) is unknown color: approx Olivine. HEX triplet: A5, BA and 6C. RGB value is (165,186,108). Sum of RGB (Red+Green+Blue) = 165+186+108=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BA6C is #5A4593. Grayscale: #ABABAB. Windows color (decimal): -5916052 or 7125669. OLE color: 7125669.

HSL color Cylindrical-coordinate representation of color #A5BA6C: hue angle of 76.15º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5BA6C is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB165186108-
CMYK0.1100.420.27
HSL76.15º36.11%57.65%-
HSV(B)76.15º41.94%72.94%-
XYZ35.7844.220.83-
YUV170.8392.54123.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 108 (42.58% from 255) = 23.53%
R=35.95%
G=40.52%
B=23.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651861080.1100.420.2776.1536.1157.65
HexA5BA6CB02A1B4c243a
Octal24527215413052331144472
Binary1010010110111010110110010110101010110111001100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5ba6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5ba6c; }

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

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

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

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

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

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

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

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