#A1BB6D

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

Shades of Olivine #A1BB6D

Tints of Olivine #A1BB6D

Color information

#A1BB6D (or 0xA1BB6D) is unknown color: approx Olivine. HEX triplet: A1, BB and 6D. RGB value is (161,187,109). Sum of RGB (Red+Green+Blue) = 161+187+109=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BB6D is #5E4492. Grayscale: #AAAAAA. Windows color (decimal): -6177939 or 7191457. OLE color: 7191457.

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

Color convert

RGB161187109-
CMYK0.1400.420.27
HSL80º36.45%58.04%-
HSV(B)80º41.71%73.33%-
XYZ35.2344.2221.15-
YUV170.3393.39121.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.23%
GREEN value IS 187 (73.44% from 255) = 40.92%
BLUE value IS 109 (42.97% from 255) = 23.85%
R=35.23%
G=40.92%
B=23.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611871090.1400.420.278036.4558.04
HexA1BB6DE02A1B50243a
Octal24127315516052331204472
Binary1010000110111011110110111100101010110111010000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BB6D; }

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

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

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

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

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

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

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

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