Html Css Color HEX #90995C Avocado

📋 copy color: '#90995C'

red 144 ◦ green 153 ◦ blue 92

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

Shades of Avocado #90995C

Tints of Avocado #90995C

RGB

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

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

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

R = 37.02%
G = 39.33%
B = 23.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#90995C (or 0x90995C) is known color: Avocado. HEX triplet: 90, 99 and 5C. RGB value is (144,153,92). Sum of RGB (Red+Green+Blue) = 144+153+92=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 153 - color contains mainly: green. Hex color #90995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90995C is #6F66A3. Grayscale: #8F8F8F. Windows color (decimal): -7300772 or 6068624. OLE color: 6068624.

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

Color convert

RGB 144 153 92 -
CMYK 0.06 0 0.40 0.4
HSL 68.85º 0.25% 0.48% -
HSV(B) 68.85º 0.4% 0.6% -
XYZ 24.82 29.48 14.51 -
YUV 143.36 99.02 128.46 -
System Red Green Blue C M Y K H S L
Decimal 144 153 92 0.06 0 0.40 0.4 68.85 0.25 0.48
Hex 90 99 5C 6 0 28 28 45 19 30
Octal 220 231 134 6 0 50 50 105 31 60
Binary 10010000 10011001 1011100 110 0 101000 101000 1000101 11001 110000

Color Harmonies of #90995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90995C

Black with #90995C

Text Example


Text Example

White with #90995C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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