#A1C05B

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

Shades of Olivine #A1C05B

Tints of Olivine #A1C05B

Color information

#A1C05B (or 0xA1C05B) is unknown color: approx Olivine. HEX triplet: A1, C0 and 5B. RGB value is (161,192,91). Sum of RGB (Red+Green+Blue) = 161+192+91=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C05B is #5E3FA4. Grayscale: #ABABAB. Windows color (decimal): -6176677 or 6013089. OLE color: 6013089.

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

Color convert

RGB16119291-
CMYK0.1600.530.25
HSL78.42º44.49%55.49%-
HSV(B)78.42º52.6%75.29%-
XYZ35.4446.0316.91-
YUV171.2282.73120.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 192 (75.39% from 255) = 43.24%
BLUE value IS 91 (35.94% from 255) = 20.50%
R=36.26%
G=43.24%
B=20.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161192910.1600.530.2578.4244.4955.49
HexA1C05B10035194e2c37
Octal24130013320065311165467
Binary10100001110000001011011100000110101110011001110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C05B; }

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

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

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

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

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

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

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

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