#A5BA69

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

Shades of Olivine #A5BA69

Tints of Olivine #A5BA69

Color information

#A5BA69 (or 0xA5BA69) is unknown color: approx Olivine. HEX triplet: A5, BA and 69. RGB value is (165,186,105). Sum of RGB (Red+Green+Blue) = 165+186+105=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BA69 is #5A4596. Grayscale: #AAAAAA. Windows color (decimal): -5916055 or 6929061. OLE color: 6929061.

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

Color convert

RGB165186105-
CMYK0.1100.440.27
HSL75.56º36.99%57.06%-
HSV(B)75.56º43.55%72.94%-
XYZ35.6344.1420.01-
YUV170.4991.04124.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.18%
GREEN value IS 186 (73.05% from 255) = 40.79%
BLUE value IS 105 (41.41% from 255) = 23.03%
R=36.18%
G=40.79%
B=23.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651861050.1100.440.2775.5636.9957.06
HexA5BA69B02C1B4c2539
Octal24527215113054331144571
Binary1010010110111010110100110110101100110111001100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BA69; }

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

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

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

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

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

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

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

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