Html Css Color HEX #96996D Avocado

📋 copy color: '#96996D'

red 150 ◦ green 153 ◦ blue 109

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

Shades of Avocado #96996D

Tints of Avocado #96996D

RGB

 RED value IS 150 (58.98% from 255) = 36.41%

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

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

R = 36.41%
G = 37.14%
B = 26.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#96996D (or 0x96996D) is known color: Avocado. HEX triplet: 96, 99 and 6D. RGB value is (150,153,109). Sum of RGB (Red+Green+Blue) = 150+153+109=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 153 - color contains mainly: green. Hex color #96996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96996D is #696692. Grayscale: #939393. Windows color (decimal): -6907539 or 7182742. OLE color: 7182742.

HSL color Cylindrical-coordinate representation of color #96996D: hue angle of 64.09º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96996D is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 109 -
CMYK 0.02 0 0.29 0.4
HSL 64.09º 0.18% 0.51% -
HSV(B) 64.09º 0.29% 0.6% -
XYZ 26.73 30.37 18.92 -
YUV 147.09 106.51 130.08 -
System Red Green Blue C M Y K H S L
Decimal 150 153 109 0.02 0 0.29 0.4 64.09 0.18 0.51
Hex 96 99 6D 2 0 1D 28 40 12 33
Octal 226 231 155 2 0 35 50 100 22 63
Binary 10010110 10011001 1101101 10 0 11101 101000 1000000 10010 110011

Color Harmonies of #96996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96996D

Black with #96996D

Text Example


Text Example

White with #96996D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,153,109); }

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

background-color css

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

 a { background-color: rgb(150,153,109); }

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

border-color css

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

 span { border-color: rgb(150,153,109); }

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