Html Css Color HEX #96986D Avocado

📋 copy color: '#96986D'

red 150 ◦ green 152 ◦ blue 109

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

Shades of Avocado #96986D

Tints of Avocado #96986D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.98%

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

R = 36.5%
G = 36.98%
B = 26.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#96986D (or 0x96986D) is known color: Avocado. HEX triplet: 96, 98 and 6D. RGB value is (150,152,109). Sum of RGB (Red+Green+Blue) = 150+152+109=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 152 - color contains mainly: green. Hex color #96986D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96986D is #696792. Grayscale: #929292. Windows color (decimal): -6907795 or 7182486. OLE color: 7182486.

HSL color Cylindrical-coordinate representation of color #96986D: hue angle of 62.79º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96986D is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 152 109 -
CMYK 0.01 0 0.28 0.40
HSL 62.79º 0.17% 0.51% -
HSV(B) 62.79º 0.28% 0.6% -
XYZ 26.57 30.04 18.87 -
YUV 146.5 106.84 130.5 -
System Red Green Blue C M Y K H S L
Decimal 150 152 109 0.01 0 0.28 0.40 62.79 0.17 0.51
Hex 96 98 6D 1 0 1C 28 3F 11 33
Octal 226 230 155 1 0 34 50 77 21 63
Binary 10010110 10011000 1101101 1 0 11100 101000 111111 10001 110011

Color Harmonies of #96986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96986D

Black with #96986D

Text Example


Text Example

White with #96986D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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