#A4BF60

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

Shades of Olivine #A4BF60

Tints of Olivine #A4BF60

Color information

#A4BF60 (or 0xA4BF60) is unknown color: approx Olivine. HEX triplet: A4, BF and 60. RGB value is (164,191,96). Sum of RGB (Red+Green+Blue) = 164+191+96=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BF60 is #5B409F. Grayscale: #ACACAC. Windows color (decimal): -5980320 or 6340516. OLE color: 6340516.

HSL color Cylindrical-coordinate representation of color #A4BF60: hue angle of 77.05º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4BF60 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB16419196-
CMYK0.1400.500.25
HSL77.05º42.6%56.27%-
HSV(B)77.05º49.74%74.9%-
XYZ36.054618.04-
YUV172.185.05122.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.36%
GREEN value IS 191 (75% from 255) = 42.35%
BLUE value IS 96 (37.89% from 255) = 21.29%
R=36.36%
G=42.35%
B=21.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164191960.1400.500.2577.0542.656.27
HexA4BF60E032194d2b38
Octal24427714016062311155370
Binary1010010010111111110000011100110010110011001101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BF60; }

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

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

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

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

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

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

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

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