#A4BB6D

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

Shades of Olivine #A4BB6D

Tints of Olivine #A4BB6D

Color information

#A4BB6D (or 0xA4BB6D) is unknown color: approx Olivine. HEX triplet: A4, BB and 6D. RGB value is (164,187,109). Sum of RGB (Red+Green+Blue) = 164+187+109=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BB6D is #5B4492. Grayscale: #ABABAB. Windows color (decimal): -5981331 or 7191460. OLE color: 7191460.

HSL color Cylindrical-coordinate representation of color #A4BB6D: hue angle of 77.69º 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 #A4BB6D is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB164187109-
CMYK0.1200.420.27
HSL77.69º36.45%58.04%-
HSV(B)77.69º41.71%73.33%-
XYZ35.8444.5421.18-
YUV171.2392.88122.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.65%
GREEN value IS 187 (73.44% from 255) = 40.65%
BLUE value IS 109 (42.97% from 255) = 23.70%
R=35.65%
G=40.65%
B=23.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641871090.1200.420.2777.6936.4558.04
HexA4BB6DC02A1B4e243a
Octal24427315514052331164472
Binary1010010010111011110110111000101010110111001110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BB6D; }

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

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

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

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

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

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

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

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