#909453

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

Shades of Avocado #909453

Tints of Avocado #909453

Color information

#909453 (or 0x909453) is unknown color: approx Avocado. HEX triplet: 90, 94 and 53. RGB value is (144,148,83). Sum of RGB (Red+Green+Blue) = 144+148+83=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 148 - color contains mainly: green. Hex color #909453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909453 is #6F6BAC. Grayscale: #8B8B8B. Windows color (decimal): -7302061 or 5477520. OLE color: 5477520.

HSL color Cylindrical-coordinate representation of color #909453: hue angle of 63.69º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #909453 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB14414883-
CMYK0.0300.440.42
HSL63.69º28.14%45.29%-
HSV(B)63.69º43.92%58.04%-
XYZ23.6527.7312.29-
YUV139.3996.17131.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.4%
GREEN value IS 148 (58.20% from 255) = 39.47%
BLUE value IS 83 (32.81% from 255) = 22.13%
R=38.4%
G=39.47%
B=22.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal144148830.0300.440.4263.6928.1445.29
Hex909453302C2A401c2d
Octal2202241233054521003455
Binary10010000100101001010011110101100101010100000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909453; }

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

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

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

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

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

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

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

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