#A1BF5B

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

Shades of Olivine #A1BF5B

Tints of Olivine #A1BF5B

Color information

#A1BF5B (or 0xA1BF5B) is unknown color: approx Olivine. HEX triplet: A1, BF and 5B. RGB value is (161,191,91). Sum of RGB (Red+Green+Blue) = 161+191+91=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BF5B is #5E40A4. Grayscale: #ABABAB. Windows color (decimal): -6176933 or 6012833. OLE color: 6012833.

HSL color Cylindrical-coordinate representation of color #A1BF5B: hue angle of 78º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1BF5B is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB16119191-
CMYK0.1600.520.25
HSL78º43.86%55.29%-
HSV(B)78º52.36%74.9%-
XYZ35.2245.5916.84-
YUV170.6383.06121.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.34%
GREEN value IS 191 (75% from 255) = 43.12%
BLUE value IS 91 (35.94% from 255) = 20.54%
R=36.34%
G=43.12%
B=20.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161191910.1600.520.257843.8655.29
HexA1BF5B10034194e2c37
Octal24127713320064311165467
Binary10100001101111111011011100000110100110011001110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BF5B; }

 p { color: rgb(161,191,91); }

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

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

 a { background-color: rgb(161,191,91); }

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

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

 span { border-color: rgb(161,191,91); }

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