#A1B869

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

Shades of Olivine #A1B869

Tints of Olivine #A1B869

Color information

#A1B869 (or 0xA1B869) is unknown color: approx Olivine. HEX triplet: A1, B8 and 69. RGB value is (161,184,105). Sum of RGB (Red+Green+Blue) = 161+184+105=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B869 is #5E4796. Grayscale: #A8A8A8. Windows color (decimal): -6178711 or 6928545. OLE color: 6928545.

HSL color Cylindrical-coordinate representation of color #A1B869: hue angle of 77.47º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1B869 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB161184105-
CMYK0.1200.430.28
HSL77.47º35.75%56.67%-
HSV(B)77.47º42.93%72.16%-
XYZ34.3942.8819.83-
YUV168.1292.38122.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.78%
GREEN value IS 184 (72.27% from 255) = 40.89%
BLUE value IS 105 (41.41% from 255) = 23.33%
R=35.78%
G=40.89%
B=23.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611841050.1200.430.2877.4735.7556.67
HexA1B869C02B1C4d2439
Octal24127015114053341154471
Binary1010000110111000110100111000101011111001001101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B869; }

 p { color: rgb(161,184,105); }

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

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

 a { background-color: rgb(161,184,105); }

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

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

 span { border-color: rgb(161,184,105); }

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