#909463

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

Shades of Avocado #909463

Tints of Avocado #909463

Color information

#909463 (or 0x909463) is unknown color: approx Avocado. HEX triplet: 90, 94 and 63. RGB value is (144,148,99). Sum of RGB (Red+Green+Blue) = 144+148+99=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 148 - color contains mainly: green. Hex color #909463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909463 is #6F6B9C. Grayscale: #8D8D8D. Windows color (decimal): -7302045 or 6526096. OLE color: 6526096.

HSL color Cylindrical-coordinate representation of color #909463: hue angle of 64.9º 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 #909463 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB14414899-
CMYK0.0300.330.42
HSL64.9º19.84%48.43%-
HSV(B)64.9º33.11%58.04%-
XYZ24.3428.0115.93-
YUV141.22104.17129.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.83%
GREEN value IS 148 (58.20% from 255) = 37.85%
BLUE value IS 99 (39.06% from 255) = 25.32%
R=36.83%
G=37.85%
B=25.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal144148990.0300.330.4264.919.8448.43
Hex90946330212A411430
Octal2202241433041521012460
Binary10010000100101001100011110100001101010100000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909463; }

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

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

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

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

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

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

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

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