#A5BB73

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

Shades of Olivine #A5BB73

Tints of Olivine #A5BB73

Color information

#A5BB73 (or 0xA5BB73) is unknown color: approx Olivine. HEX triplet: A5, BB and 73. RGB value is (165,187,115). Sum of RGB (Red+Green+Blue) = 165+187+115=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BB73 is #5A448C. Grayscale: #ACACAC. Windows color (decimal): -5915789 or 7584677. OLE color: 7584677.

HSL color Cylindrical-coordinate representation of color #A5BB73: hue angle of 78.33º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5BB73 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB165187115-
CMYK0.1200.390.27
HSL78.33º34.62%59.22%-
HSV(B)78.33º38.5%73.33%-
XYZ36.3844.7822.95-
YUV172.2195.71122.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.33%
GREEN value IS 187 (73.44% from 255) = 40.04%
BLUE value IS 115 (45.31% from 255) = 24.63%
R=35.33%
G=40.04%
B=24.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651871150.1200.390.2778.3334.6259.22
HexA5BB73C0271B4e233b
Octal24527316314047331164373
Binary1010010110111011111001111000100111110111001110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BB73; }

 p { color: rgb(165,187,115); }

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

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

 a { background-color: rgb(165,187,115); }

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

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

 span { border-color: rgb(165,187,115); }

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