#A1B875

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

Shades of Olivine #A1B875

Tints of Olivine #A1B875

Color information

#A1B875 (or 0xA1B875) is unknown color: approx Olivine. HEX triplet: A1, B8 and 75. RGB value is (161,184,117). Sum of RGB (Red+Green+Blue) = 161+184+117=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B875 is #5E478A. Grayscale: #A9A9A9. Windows color (decimal): -6178699 or 7714977. OLE color: 7714977.

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

Color convert

RGB161184117-
CMYK0.1200.360.28
HSL80.6º32.06%59.02%-
HSV(B)80.6º36.41%72.16%-
XYZ35.0543.1423.31-
YUV169.4898.38121.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.85%
GREEN value IS 184 (72.27% from 255) = 39.83%
BLUE value IS 117 (46.09% from 255) = 25.32%
R=34.85%
G=39.83%
B=25.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611841170.1200.360.2880.632.0659.02
HexA1B875C0241C51203b
Octal24127016514044341214073
Binary1010000110111000111010111000100100111001010001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B875; }

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

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

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

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

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

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

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

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