#A3BF7C

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

Shades of Olivine #A3BF7C

Tints of Olivine #A3BF7C

Color information

#A3BF7C (or 0xA3BF7C) is unknown color: approx Olivine. HEX triplet: A3, BF and 7C. RGB value is (163,191,124). Sum of RGB (Red+Green+Blue) = 163+191+124=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BF7C is #5C4083. Grayscale: #AFAFAF. Windows color (decimal): -6045828 or 8175523. OLE color: 8175523.

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

Color convert

RGB163191124-
CMYK0.1500.350.25
HSL85.07º34.36%61.76%-
HSV(B)85.07º35.08%74.9%-
XYZ37.3746.526.08-
YUV174.9999.22119.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 191 (75% from 255) = 39.96%
BLUE value IS 124 (48.83% from 255) = 25.94%
R=34.10%
G=39.96%
B=25.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631911240.1500.350.2585.0734.3661.76
HexA3BF7CF0231955223e
Octal24327717417043311254276
Binary1010001110111111111110011110100011110011010101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BF7C; }

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

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

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

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

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

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

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

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