Html Css Color HEX #909552 Avocado

📋 copy color: '#909552'

red 144 ◦ green 149 ◦ blue 82

#909552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Avocado #909552

Tints of Avocado #909552

RGB

 RED value IS 144 (56.64% from 255) = 38.4%

 GREEN value IS 149 (58.59% from 255) = 39.73%

 BLUE value IS 82 (32.42% from 255) = 21.87%

R = 38.4%
G = 39.73%
B = 21.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#909552 (or 0x909552) is known color: Avocado. HEX triplet: 90, 95 and 52. RGB value is (144,149,82). Sum of RGB (Red+Green+Blue) = 144+149+82=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #909552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909552 is #6F6AAD. Grayscale: #8C8C8C. Windows color (decimal): -7301806 or 5412240. OLE color: 5412240.

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

Color convert

RGB 144 149 82 -
CMYK 0.03 0 0.45 0.42
HSL 64.48º 0.29% 0.45% -
HSV(B) 64.48º 0.45% 0.58% -
XYZ 23.77 28.03 12.14 -
YUV 139.87 95.34 130.95 -
System Red Green Blue C M Y K H S L
Decimal 144 149 82 0.03 0 0.45 0.42 64.48 0.29 0.45
Hex 90 95 52 3 0 2D 2A 40 1D 2D
Octal 220 225 122 3 0 55 52 100 35 55
Binary 10010000 10010101 1010010 11 0 101101 101010 1000000 11101 101101

Color Harmonies of #909552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909552

Black with #909552

Text Example


Text Example

White with #909552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909552; }

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

 H1.HeaderClassName
 {
   color: #909552;
 }
 .AnyTagClassName
 {
   color: #909552;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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