#A1BD5D

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

Shades of Olivine #A1BD5D

Tints of Olivine #A1BD5D

Color information

#A1BD5D (or 0xA1BD5D) is unknown color: approx Olivine. HEX triplet: A1, BD and 5D. RGB value is (161,189,93). Sum of RGB (Red+Green+Blue) = 161+189+93=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BD5D is #5E42A2. Grayscale: #AAAAAA. Windows color (decimal): -6177443 or 6143393. OLE color: 6143393.

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

Color convert

RGB16118993-
CMYK0.1500.510.26
HSL77.5º42.11%55.29%-
HSV(B)77.5º50.79%74.12%-
XYZ34.8744.7617.16-
YUV169.6884.72121.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.34%
GREEN value IS 189 (74.22% from 255) = 42.66%
BLUE value IS 93 (36.72% from 255) = 20.99%
R=36.34%
G=42.66%
B=20.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161189930.1500.510.2677.542.1155.29
HexA1BD5DF0331A4e2a37
Octal24127513517063321165267
Binary1010000110111101101110111110110011110101001110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BD5D; }

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

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

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

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

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

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

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

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