Html Css Color HEX #90956C Avocado

📋 copy color: '#90956C'

red 144 ◦ green 149 ◦ blue 108

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

Shades of Avocado #90956C

Tints of Avocado #90956C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.93%

R = 35.91%
G = 37.16%
B = 26.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#90956C (or 0x90956C) is known color: Avocado. HEX triplet: 90, 95 and 6C. RGB value is (144,149,108). Sum of RGB (Red+Green+Blue) = 144+149+108=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #90956C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90956C is #6F6A93. Grayscale: #8E8E8E. Windows color (decimal): -7301780 or 7116176. OLE color: 7116176.

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

Color convert

RGB 144 149 108 -
CMYK 0.03 0 0.28 0.42
HSL 67.32º 0.16% 0.5% -
HSV(B) 67.32º 0.28% 0.58% -
XYZ 24.96 28.51 18.37 -
YUV 142.83 108.34 128.83 -
System Red Green Blue C M Y K H S L
Decimal 144 149 108 0.03 0 0.28 0.42 67.32 0.16 0.5
Hex 90 95 6C 3 0 1C 2A 43 10 32
Octal 220 225 154 3 0 34 52 103 20 62
Binary 10010000 10010101 1101100 11 0 11100 101010 1000011 10000 110010

Color Harmonies of #90956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90956C

Black with #90956C

Text Example


Text Example

White with #90956C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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