#A3BF80

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

Shades of Olivine #A3BF80

Tints of Olivine #A3BF80

Color information

#A3BF80 (or 0xA3BF80) is unknown color: approx Olivine. HEX triplet: A3, BF and 80. RGB value is (163,191,128). Sum of RGB (Red+Green+Blue) = 163+191+128=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BF80 is #5C407F. Grayscale: #AFAFAF. Windows color (decimal): -6045824 or 8437667. OLE color: 8437667.

HSL color Cylindrical-coordinate representation of color #A3BF80: hue angle of 86.67º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3BF80 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB163191128-
CMYK0.1500.330.25
HSL86.67º32.98%62.55%-
HSV(B)86.67º32.98%74.9%-
XYZ37.6346.6127.43-
YUV175.45101.22119.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 191 (75% from 255) = 39.63%
BLUE value IS 128 (50.39% from 255) = 26.56%
R=33.82%
G=39.63%
B=26.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631911280.1500.330.2586.6732.9862.55
HexA3BF80F0211957213f
Octal24327720017041311274177
Binary10100011101111111000000011110100001110011010111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BF80; }

 p { color: rgb(163,191,128); }

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

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

 a { background-color: rgb(163,191,128); }

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

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

 span { border-color: rgb(163,191,128); }

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