#A9C067

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

Shades of Olivine #A9C067

Tints of Olivine #A9C067

Color information

#A9C067 (or 0xA9C067) is unknown color: approx Olivine. HEX triplet: A9, C0 and 67. RGB value is (169,192,103). Sum of RGB (Red+Green+Blue) = 169+192+103=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C067 is #563F98. Grayscale: #AFAFAF. Windows color (decimal): -5652377 or 6799529. OLE color: 6799529.

HSL color Cylindrical-coordinate representation of color #A9C067: hue angle of 75.51º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A9C067 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB169192103-
CMYK0.1200.460.25
HSL75.51º41.4%57.84%-
HSV(B)75.51º46.35%75.29%-
XYZ37.6647.1119.94-
YUV174.9887.38123.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.42%
GREEN value IS 192 (75.39% from 255) = 41.38%
BLUE value IS 103 (40.62% from 255) = 22.20%
R=36.42%
G=41.38%
B=22.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691921030.1200.460.2575.5141.457.84
HexA9C067C02E194c293a
Octal25130014714056311145172
Binary1010100111000000110011111000101110110011001100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C067; }

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

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

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

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

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

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

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

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