#A3BF75

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

Shades of Olivine #A3BF75

Tints of Olivine #A3BF75

Color information

#A3BF75 (or 0xA3BF75) is unknown color: approx Olivine. HEX triplet: A3, BF and 75. RGB value is (163,191,117). Sum of RGB (Red+Green+Blue) = 163+191+117=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BF75 is #5C408A. Grayscale: #AEAEAE. Windows color (decimal): -6045835 or 7716771. OLE color: 7716771.

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

Color convert

RGB163191117-
CMYK0.1500.390.25
HSL82.7º36.63%60.39%-
HSV(B)82.7º38.74%74.9%-
XYZ36.9546.3323.83-
YUV174.1995.72120.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.61%
GREEN value IS 191 (75% from 255) = 40.55%
BLUE value IS 117 (46.09% from 255) = 24.84%
R=34.61%
G=40.55%
B=24.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631911170.1500.390.2582.736.6360.39
HexA3BF75F0271953253c
Octal24327716517047311234574
Binary1010001110111111111010111110100111110011010011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BF75; }

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

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

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

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

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

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

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

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