Html Css Color HEX #90956D Avocado

📋 copy color: '#90956D'

red 144 ◦ green 149 ◦ blue 109

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

Shades of Avocado #90956D

Tints of Avocado #90956D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.06%

 BLUE value IS 109 (42.97% from 255) = 27.11%

R = 35.82%
G = 37.06%
B = 27.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#90956D (or 0x90956D) is known color: Avocado. HEX triplet: 90, 95 and 6D. RGB value is (144,149,109). Sum of RGB (Red+Green+Blue) = 144+149+109=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 149 - color contains mainly: green. Hex color #90956D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90956D is #6F6A92. Grayscale: #8F8F8F. Windows color (decimal): -7301779 or 7181712. OLE color: 7181712.

HSL color Cylindrical-coordinate representation of color #90956D: hue angle of 67.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90956D is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 149 109 -
CMYK 0.03 0 0.27 0.42
HSL 67.5º 0.16% 0.51% -
HSV(B) 67.5º 0.27% 0.58% -
XYZ 25.01 28.53 18.66 -
YUV 142.95 108.84 128.75 -
System Red Green Blue C M Y K H S L
Decimal 144 149 109 0.03 0 0.27 0.42 67.5 0.16 0.51
Hex 90 95 6D 3 0 1B 2A 44 10 33
Octal 220 225 155 3 0 33 52 104 20 63
Binary 10010000 10010101 1101101 11 0 11011 101010 1000100 10000 110011

Color Harmonies of #90956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90956D

Black with #90956D

Text Example


Text Example

White with #90956D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90956D; }

 p { color: rgb(144,149,109); }

 H1.HeaderClassName
 {
   color: #90956D;
 }
 .AnyTagClassName
 {
   color: #90956D;
 }
</style>

background-color css

<style>
 a { background-color: #90956D; }

 a { background-color: rgb(144,149,109); }

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

border-color css

<style>
 span { border-color: #90956D; }

 span { border-color: rgb(144,149,109); }

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