Html Css Color HEX #90995E Avocado

📋 copy color: '#90995E'

red 144 ◦ green 153 ◦ blue 94

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

Shades of Avocado #90995E

Tints of Avocado #90995E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.13%

 BLUE value IS 94 (37.11% from 255) = 24.04%

R = 36.83%
G = 39.13%
B = 24.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#90995E (or 0x90995E) is known color: Avocado. HEX triplet: 90, 99 and 5E. RGB value is (144,153,94). Sum of RGB (Red+Green+Blue) = 144+153+94=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #90995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90995E is #6F66A1. Grayscale: #8F8F8F. Windows color (decimal): -7300770 or 6199696. OLE color: 6199696.

HSL color Cylindrical-coordinate representation of color #90995E: hue angle of 69.15º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90995E is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 153 94 -
CMYK 0.06 0 0.39 0.4
HSL 69.15º 0.24% 0.48% -
HSV(B) 69.15º 0.39% 0.6% -
XYZ 24.91 29.52 14.97 -
YUV 143.58 100.02 128.3 -
System Red Green Blue C M Y K H S L
Decimal 144 153 94 0.06 0 0.39 0.4 69.15 0.24 0.48
Hex 90 99 5E 6 0 27 28 45 18 30
Octal 220 231 136 6 0 47 50 105 30 60
Binary 10010000 10011001 1011110 110 0 100111 101000 1000101 11000 110000

Color Harmonies of #90995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90995E

Black with #90995E

Text Example


Text Example

White with #90995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90995E; }

 p { color: rgb(144,153,94); }

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

background-color css

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

 a { background-color: rgb(144,153,94); }

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

border-color css

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

 span { border-color: rgb(144,153,94); }

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