#909254

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

Shades of Avocado #909254

Tints of Avocado #909254

Color information

#909254 (or 0x909254) is unknown color: approx Avocado. HEX triplet: 90, 92 and 54. RGB value is (144,146,84). Sum of RGB (Red+Green+Blue) = 144+146+84=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 146 - color contains mainly: green. Hex color #909254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909254 is #6F6DAB. Grayscale: #8A8A8A. Windows color (decimal): -7302572 or 5542544. OLE color: 5542544.

HSL color Cylindrical-coordinate representation of color #909254: hue angle of 61.94º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #909254 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB14414684-
CMYK0.0100.420.43
HSL61.94º26.96%45.1%-
HSV(B)61.94º42.47%57.25%-
XYZ23.3827.1312.39-
YUV138.3397.34132.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.50%
GREEN value IS 146 (57.42% from 255) = 39.04%
BLUE value IS 84 (33.20% from 255) = 22.46%
R=38.50%
G=39.04%
B=22.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal144146840.0100.420.4361.9426.9645.1
Hex909254102A2B3e1b2d
Octal220222124105253763355
Binary100100001001001010101001010101010101111111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909254; }

 p { color: rgb(144,146,84); }

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

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

 a { background-color: rgb(144,146,84); }

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

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

 span { border-color: rgb(144,146,84); }

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