Html Css Color HEX #90915B Avocado

📋 copy color: '#90915B'

red 144 ◦ green 145 ◦ blue 91

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

Shades of Avocado #90915B

Tints of Avocado #90915B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.16%

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

R = 37.89%
G = 38.16%
B = 23.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#90915B (or 0x90915B) is known color: Avocado. HEX triplet: 90, 91 and 5B. RGB value is (144,145,91). Sum of RGB (Red+Green+Blue) = 144+145+91=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 145 - color contains mainly: green. Hex color #90915B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90915B is #6F6EA4. Grayscale: #8A8A8A. Windows color (decimal): -7302821 or 6001040. OLE color: 6001040.

HSL color Cylindrical-coordinate representation of color #90915B: hue angle of 61.11º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90915B is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 144 145 91 -
CMYK 0.01 0 0.37 0.43
HSL 61.11º 0.23% 0.46% -
HSV(B) 61.11º 0.37% 0.57% -
XYZ 23.52 26.94 13.86 -
YUV 138.55 101.17 131.89 -
System Red Green Blue C M Y K H S L
Decimal 144 145 91 0.01 0 0.37 0.43 61.11 0.23 0.46
Hex 90 91 5B 1 0 25 2B 3D 17 2E
Octal 220 221 133 1 0 45 53 75 27 56
Binary 10010000 10010001 1011011 1 0 100101 101011 111101 10111 101110

Color Harmonies of #90915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90915B

Black with #90915B

Text Example


Text Example

White with #90915B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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