#A4BF70

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

Shades of Olivine #A4BF70

Tints of Olivine #A4BF70

Color information

#A4BF70 (or 0xA4BF70) is unknown color: approx Olivine. HEX triplet: A4, BF and 70. RGB value is (164,191,112). Sum of RGB (Red+Green+Blue) = 164+191+112=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BF70 is #5B408F. Grayscale: #AEAEAE. Windows color (decimal): -5980304 or 7389092. OLE color: 7389092.

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

Color convert

RGB164191112-
CMYK0.1400.410.25
HSL80.51º38.16%59.41%-
HSV(B)80.51º41.36%74.9%-
XYZ36.8746.3222.33-
YUV173.9293.05120.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 191 (75% from 255) = 40.90%
BLUE value IS 112 (44.14% from 255) = 23.98%
R=35.12%
G=40.90%
B=23.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641911120.1400.410.2580.5138.1659.41
HexA4BF70E0291951263b
Octal24427716016051311214673
Binary1010010010111111111000011100101001110011010001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BF70; }

 p { color: rgb(164,191,112); }

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

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

 a { background-color: rgb(164,191,112); }

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

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

 span { border-color: rgb(164,191,112); }

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