Html Css Color HEX #90995B Avocado

📋 copy color: '#90995B'

red 144 ◦ green 153 ◦ blue 91

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

Shades of Avocado #90995B

Tints of Avocado #90995B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.45%

R = 37.11%
G = 39.43%
B = 23.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#90995B (or 0x90995B) is known color: Avocado. HEX triplet: 90, 99 and 5B. RGB value is (144,153,91). Sum of RGB (Red+Green+Blue) = 144+153+91=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 153 - color contains mainly: green. Hex color #90995B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90995B is #6F66A4. Grayscale: #8F8F8F. Windows color (decimal): -7300773 or 6003088. OLE color: 6003088.

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

Color convert

RGB 144 153 91 -
CMYK 0.06 0 0.41 0.4
HSL 68.71º 0.25% 0.48% -
HSV(B) 68.71º 0.41% 0.6% -
XYZ 24.78 29.47 14.28 -
YUV 143.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 144 153 91 0.06 0 0.41 0.4 68.71 0.25 0.48
Hex 90 99 5B 6 0 29 28 45 19 30
Octal 220 231 133 6 0 51 50 105 31 60
Binary 10010000 10011001 1011011 110 0 101001 101000 1000101 11001 110000

Color Harmonies of #90995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90995B

Black with #90995B

Text Example


Text Example

White with #90995B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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