#A1BD7E

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

Shades of Olivine #A1BD7E

Tints of Olivine #A1BD7E

Color information

#A1BD7E (or 0xA1BD7E) is unknown color: approx Olivine. HEX triplet: A1, BD and 7E. RGB value is (161,189,126). Sum of RGB (Red+Green+Blue) = 161+189+126=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BD7E is #5E4281. Grayscale: #ADADAD. Windows color (decimal): -6177410 or 8306081. OLE color: 8306081.

HSL color Cylindrical-coordinate representation of color #A1BD7E: hue angle of 86.67º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1BD7E is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB161189126-
CMYK0.1500.330.26
HSL86.67º32.31%61.76%-
HSV(B)86.67º33.33%74.12%-
XYZ36.6645.4826.58-
YUV173.45101.22119.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.82%
GREEN value IS 189 (74.22% from 255) = 39.71%
BLUE value IS 126 (49.61% from 255) = 26.47%
R=33.82%
G=39.71%
B=26.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611891260.1500.330.2686.6732.3161.76
HexA1BD7EF0211A57203e
Octal24127517617041321274076
Binary1010000110111101111111011110100001110101010111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BD7E; }

 p { color: rgb(161,189,126); }

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

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

 a { background-color: rgb(161,189,126); }

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

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

 span { border-color: rgb(161,189,126); }

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