#909652

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

Shades of Avocado #909652

Tints of Avocado #909652

Color information

#909652 (or 0x909652) is unknown color: approx Avocado. HEX triplet: 90, 96 and 52. RGB value is (144,150,82). Sum of RGB (Red+Green+Blue) = 144+150+82=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 150 - color contains mainly: green. Hex color #909652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909652 is #6F69AD. Grayscale: #8C8C8C. Windows color (decimal): -7301550 or 5412496. OLE color: 5412496.

HSL color Cylindrical-coordinate representation of color #909652: hue angle of 65.29º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #909652 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB14415082-
CMYK0.0400.450.41
HSL65.29º29.31%45.49%-
HSV(B)65.29º45.33%58.82%-
XYZ23.9328.3512.19-
YUV140.4595.01130.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.30%
GREEN value IS 150 (58.98% from 255) = 39.89%
BLUE value IS 82 (32.42% from 255) = 21.81%
R=38.30%
G=39.89%
B=21.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal144150820.0400.450.4165.2929.3145.49
Hex909652402D29411d2d
Octal2202261224055511013555
Binary100100001001011010100101000101101101001100000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909652; }

 p { color: rgb(144,150,82); }

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

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

 a { background-color: rgb(144,150,82); }

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

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

 span { border-color: rgb(144,150,82); }

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