Html Css Color HEX #90995F Avocado

📋 copy color: '#90995F'

red 144 ◦ green 153 ◦ blue 95

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

Shades of Avocado #90995F

Tints of Avocado #90995F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.23%

R = 36.73%
G = 39.03%
B = 24.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#90995F (or 0x90995F) is known color: Avocado. HEX triplet: 90, 99 and 5F. RGB value is (144,153,95). Sum of RGB (Red+Green+Blue) = 144+153+95=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #90995F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90995F is #6F66A0. Grayscale: #8F8F8F. Windows color (decimal): -7300769 or 6265232. OLE color: 6265232.

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

Color convert

RGB 144 153 95 -
CMYK 0.06 0 0.38 0.4
HSL 69.31º 0.23% 0.49% -
HSV(B) 69.31º 0.38% 0.6% -
XYZ 24.96 29.54 15.21 -
YUV 143.7 100.52 128.22 -
System Red Green Blue C M Y K H S L
Decimal 144 153 95 0.06 0 0.38 0.4 69.31 0.23 0.49
Hex 90 99 5F 6 0 26 28 45 17 31
Octal 220 231 137 6 0 46 50 105 27 61
Binary 10010000 10011001 1011111 110 0 100110 101000 1000101 10111 110001

Color Harmonies of #90995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90995F

Black with #90995F

Text Example


Text Example

White with #90995F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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