Html Css Color HEX #90966B Avocado

📋 copy color: '#90966B'

red 144 ◦ green 150 ◦ blue 107

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

Shades of Avocado #90966B

Tints of Avocado #90966B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.41%

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

R = 35.91%
G = 37.41%
B = 26.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#90966B (or 0x90966B) is known color: Avocado. HEX triplet: 90, 96 and 6B. RGB value is (144,150,107). Sum of RGB (Red+Green+Blue) = 144+150+107=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 150 - color contains mainly: green. Hex color #90966B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90966B is #6F6994. Grayscale: #8F8F8F. Windows color (decimal): -7301525 or 7050896. OLE color: 7050896.

HSL color Cylindrical-coordinate representation of color #90966B: hue angle of 68.37º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90966B is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 150 107 -
CMYK 0.04 0 0.29 0.41
HSL 68.37º 0.17% 0.5% -
HSV(B) 68.37º 0.29% 0.59% -
XYZ 25.06 28.8 18.15 -
YUV 143.3 107.51 128.5 -
System Red Green Blue C M Y K H S L
Decimal 144 150 107 0.04 0 0.29 0.41 68.37 0.17 0.5
Hex 90 96 6B 4 0 1D 29 44 11 32
Octal 220 226 153 4 0 35 51 104 21 62
Binary 10010000 10010110 1101011 100 0 11101 101001 1000100 10001 110010

Color Harmonies of #90966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90966B

Black with #90966B

Text Example


Text Example

White with #90966B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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