#A9C967

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

Shades of Olivine #A9C967

Tints of Olivine #A9C967

Color information

#A9C967 (or 0xA9C967) is unknown color: approx Olivine. HEX triplet: A9, C9 and 67. RGB value is (169,201,103). Sum of RGB (Red+Green+Blue) = 169+201+103=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C967 is #563698. Grayscale: #B4B4B4. Windows color (decimal): -5650073 or 6801833. OLE color: 6801833.

HSL color Cylindrical-coordinate representation of color #A9C967: hue angle of 79.59º 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 #A9C967 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB169201103-
CMYK0.1600.490.21
HSL79.59º47.57%59.61%-
HSV(B)79.59º48.76%78.82%-
XYZ39.751.1920.62-
YUV180.2684.4119.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.73%
GREEN value IS 201 (78.91% from 255) = 42.49%
BLUE value IS 103 (40.62% from 255) = 21.78%
R=35.73%
G=42.49%
B=21.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692011030.1600.490.2179.5947.5759.61
HexA9C967100311550303c
Octal25131114720061251206074
Binary10101001110010011100111100000110001101011010000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C967; }

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

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

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

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

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

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

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

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