Html Css Color HEX #90955C Avocado

📋 copy color: '#90955C'

red 144 ◦ green 149 ◦ blue 92

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

Shades of Avocado #90955C

Tints of Avocado #90955C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.9%

R = 37.4%
G = 38.7%
B = 23.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#90955C (or 0x90955C) is known color: Avocado. HEX triplet: 90, 95 and 5C. RGB value is (144,149,92). Sum of RGB (Red+Green+Blue) = 144+149+92=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 149 - color contains mainly: green. Hex color #90955C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90955C is #6F6AA3. Grayscale: #8D8D8D. Windows color (decimal): -7301796 or 6067600. OLE color: 6067600.

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

Color convert

RGB 144 149 92 -
CMYK 0.03 0 0.38 0.42
HSL 65.26º 0.24% 0.47% -
HSV(B) 65.26º 0.38% 0.58% -
XYZ 24.18 28.2 14.29 -
YUV 141.01 100.34 130.13 -
System Red Green Blue C M Y K H S L
Decimal 144 149 92 0.03 0 0.38 0.42 65.26 0.24 0.47
Hex 90 95 5C 3 0 26 2A 41 18 2F
Octal 220 225 134 3 0 46 52 101 30 57
Binary 10010000 10010101 1011100 11 0 100110 101010 1000001 11000 101111

Color Harmonies of #90955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90955C

Black with #90955C

Text Example


Text Example

White with #90955C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90955C; }

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

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

background-color css

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

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

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

border-color css

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

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

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