#949263

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

Shades of Avocado #949263

Tints of Avocado #949263

Color information

#949263 (or 0x949263) is unknown color: approx Avocado. HEX triplet: 94, 92 and 63. RGB value is (148,146,99). Sum of RGB (Red+Green+Blue) = 148+146+99=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #949263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949263 is #6B6D9C. Grayscale: #8D8D8D. Windows color (decimal): -7040413 or 6525588. OLE color: 6525588.

HSL color Cylindrical-coordinate representation of color #949263: hue angle of 57.55º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #949263 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB14814699-
CMYK00.010.330.42
HSL57.55º19.84%48.43%-
HSV(B)57.55º33.11%58.04%-
XYZ24.7427.7515.86-
YUV141.24104.16132.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.66%
GREEN value IS 146 (57.42% from 255) = 37.15%
BLUE value IS 99 (39.06% from 255) = 25.19%
R=37.66%
G=37.15%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481469900.010.330.4257.5519.8448.43
Hex94926301212A3a1430
Octal224222143014152722460
Binary100101001001001011000110110000110101011101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949263; }

 p { color: rgb(148,146,99); }

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

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

 a { background-color: rgb(148,146,99); }

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

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

 span { border-color: rgb(148,146,99); }

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