#A3BB64

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

Shades of Olivine #A3BB64

Tints of Olivine #A3BB64

Color information

#A3BB64 (or 0xA3BB64) is unknown color: approx Olivine. HEX triplet: A3, BB and 64. RGB value is (163,187,100). Sum of RGB (Red+Green+Blue) = 163+187+100=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BB64 is #5C449B. Grayscale: #AAAAAA. Windows color (decimal): -6046876 or 6601635. OLE color: 6601635.

HSL color Cylindrical-coordinate representation of color #A3BB64: hue angle of 76.55º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3BB64 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB163187100-
CMYK0.1300.470.27
HSL76.55º39.01%56.27%-
HSV(B)76.55º46.52%73.33%-
XYZ35.1744.2518.74-
YUV169.9188.55123.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.22%
GREEN value IS 187 (73.44% from 255) = 41.56%
BLUE value IS 100 (39.45% from 255) = 22.22%
R=36.22%
G=41.56%
B=22.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631871000.1300.470.2776.5539.0156.27
HexA3BB64D02F1B4d2738
Octal24327314415057331154770
Binary1010001110111011110010011010101111110111001101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BB64; }

 p { color: rgb(163,187,100); }

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

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

 a { background-color: rgb(163,187,100); }

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

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

 span { border-color: rgb(163,187,100); }

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