#A3BF72

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

Shades of Olivine #A3BF72

Tints of Olivine #A3BF72

Color information

#A3BF72 (or 0xA3BF72) is unknown color: approx Olivine. HEX triplet: A3, BF and 72. RGB value is (163,191,114). Sum of RGB (Red+Green+Blue) = 163+191+114=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BF72 is #5C408D. Grayscale: #AEAEAE. Windows color (decimal): -6045838 or 7520163. OLE color: 7520163.

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

Color convert

RGB163191114-
CMYK0.1500.400.25
HSL81.82º37.56%59.8%-
HSV(B)81.82º40.31%74.9%-
XYZ36.7746.2622.91-
YUV173.8594.22120.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.83%
GREEN value IS 191 (75% from 255) = 40.81%
BLUE value IS 114 (44.92% from 255) = 24.36%
R=34.83%
G=40.81%
B=24.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631911140.1500.400.2581.8237.5659.8
HexA3BF72F0281952263c
Octal24327716217050311224674
Binary1010001110111111111001011110101000110011010010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BF72; }

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

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

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

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

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

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

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

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