#A4C969

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

Shades of Olivine #A4C969

Tints of Olivine #A4C969

Color information

#A4C969 (or 0xA4C969) is unknown color: approx Olivine. HEX triplet: A4, C9 and 69. RGB value is (164,201,105). Sum of RGB (Red+Green+Blue) = 164+201+105=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C969 is #5B3696. Grayscale: #B3B3B3. Windows color (decimal): -5977751 or 6932900. OLE color: 6932900.

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

Color convert

RGB164201105-
CMYK0.1800.480.21
HSL83.12º47.06%60%-
HSV(B)83.12º47.76%78.82%-
XYZ38.7550.6921.11-
YUV178.9986.24117.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.89%
GREEN value IS 201 (78.91% from 255) = 42.77%
BLUE value IS 105 (41.41% from 255) = 22.34%
R=34.89%
G=42.77%
B=22.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1642011050.1800.480.2183.1247.0660
HexA4C9691203015532f3c
Octal24431115122060251235774
Binary10100100110010011101001100100110000101011010011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C969; }

 p { color: rgb(164,201,105); }

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

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

 a { background-color: rgb(164,201,105); }

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

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

 span { border-color: rgb(164,201,105); }

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