#A5BA67

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

Shades of Olivine #A5BA67

Tints of Olivine #A5BA67

Color information

#A5BA67 (or 0xA5BA67) is unknown color: approx Olivine. HEX triplet: A5, BA and 67. RGB value is (165,186,103). Sum of RGB (Red+Green+Blue) = 165+186+103=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 103 (40.62% from 255 or 22.69% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BA67 is #5A4598. Grayscale: #AAAAAA. Windows color (decimal): -5916057 or 6797989. OLE color: 6797989.

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

Color convert

RGB165186103-
CMYK0.1100.450.27
HSL75.18º37.56%56.67%-
HSV(B)75.18º44.62%72.94%-
XYZ35.5244.119.47-
YUV170.2690.04124.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.34%
GREEN value IS 186 (73.05% from 255) = 40.97%
BLUE value IS 103 (40.62% from 255) = 22.69%
R=36.34%
G=40.97%
B=22.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651861030.1100.450.2775.1837.5656.67
HexA5BA67B02D1B4b2639
Octal24527214713055331134671
Binary1010010110111010110011110110101101110111001011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BA67; }

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

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

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

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

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

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

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

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