Html Css Color HEX #90996B Avocado

📋 copy color: '#90996B'

red 144 ◦ green 153 ◦ blue 107

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

Shades of Avocado #90996B

Tints of Avocado #90996B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.49%

R = 35.64%
G = 37.87%
B = 26.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#90996B (or 0x90996B) is known color: Avocado. HEX triplet: 90, 99 and 6B. RGB value is (144,153,107). Sum of RGB (Red+Green+Blue) = 144+153+107=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #90996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90996B is #6F6694. Grayscale: #919191. Windows color (decimal): -7300757 or 7051664. OLE color: 7051664.

HSL color Cylindrical-coordinate representation of color #90996B: hue angle of 71.74º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90996B is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 153 107 -
CMYK 0.06 0 0.30 0.4
HSL 71.74º 0.18% 0.51% -
HSV(B) 71.74º 0.3% 0.6% -
XYZ 25.55 29.77 18.31 -
YUV 145.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 144 153 107 0.06 0 0.30 0.4 71.74 0.18 0.51
Hex 90 99 6B 6 0 1E 28 48 12 33
Octal 220 231 153 6 0 36 50 110 22 63
Binary 10010000 10011001 1101011 110 0 11110 101000 1001000 10010 110011

Color Harmonies of #90996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90996B

Black with #90996B

Text Example


Text Example

White with #90996B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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