#A1C967

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

Shades of Olivine #A1C967

Tints of Olivine #A1C967

Color information

#A1C967 (or 0xA1C967) is unknown color: approx Olivine. HEX triplet: A1, C9 and 67. RGB value is (161,201,103). Sum of RGB (Red+Green+Blue) = 161+201+103=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C967 is #5E3698. Grayscale: #B2B2B2. Windows color (decimal): -6174361 or 6801825. OLE color: 6801825.

HSL color Cylindrical-coordinate representation of color #A1C967: hue angle of 84.49º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1C967 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB161201103-
CMYK0.2000.490.21
HSL84.49º47.57%59.61%-
HSV(B)84.49º48.76%78.82%-
XYZ38.0350.3320.54-
YUV177.8785.75115.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.62%
GREEN value IS 201 (78.91% from 255) = 43.23%
BLUE value IS 103 (40.62% from 255) = 22.15%
R=34.62%
G=43.23%
B=22.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1612011030.2000.490.2184.4947.5759.61
HexA1C967140311554303c
Octal24131114724061251246074
Binary10100001110010011100111101000110001101011010100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C967; }

 p { color: rgb(161,201,103); }

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

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

 a { background-color: rgb(161,201,103); }

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

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

 span { border-color: rgb(161,201,103); }

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