#A4BB7A

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

Shades of Olivine #A4BB7A

Tints of Olivine #A4BB7A

Color information

#A4BB7A (or 0xA4BB7A) is unknown color: approx Olivine. HEX triplet: A4, BB and 7A. RGB value is (164,187,122). Sum of RGB (Red+Green+Blue) = 164+187+122=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BB7A is #5B4485. Grayscale: #ACACAC. Windows color (decimal): -5981318 or 8043428. OLE color: 8043428.

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

Color convert

RGB164187122-
CMYK0.1200.350.27
HSL81.23º32.34%60.59%-
HSV(B)81.23º34.76%73.33%-
XYZ36.5944.8425.14-
YUV172.7199.38121.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.67%
GREEN value IS 187 (73.44% from 255) = 39.53%
BLUE value IS 122 (48.05% from 255) = 25.79%
R=34.67%
G=39.53%
B=25.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641871220.1200.350.2781.2332.3460.59
HexA4BB7AC0231B51203d
Octal24427317214043331214075
Binary1010010010111011111101011000100011110111010001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BB7A; }

 p { color: rgb(164,187,122); }

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

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

 a { background-color: rgb(164,187,122); }

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

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

 span { border-color: rgb(164,187,122); }

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