Html Css Color HEX #96945D Avocado

📋 copy color: '#96945D'

red 150 ◦ green 148 ◦ blue 93

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

Shades of Avocado #96945D

Tints of Avocado #96945D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.85%

 BLUE value IS 93 (36.72% from 255) = 23.79%

R = 38.36%
G = 37.85%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#96945D (or 0x96945D) is known color: Avocado. HEX triplet: 96, 94 and 5D. RGB value is (150,148,93). Sum of RGB (Red+Green+Blue) = 150+148+93=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #96945D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96945D is #696BA2. Grayscale: #8E8E8E. Windows color (decimal): -6908835 or 6132886. OLE color: 6132886.

HSL color Cylindrical-coordinate representation of color #96945D: hue angle of 57.89º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96945D is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 148 93 -
CMYK 0 0.01 0.38 0.41
HSL 57.89º 0.23% 0.48% -
HSV(B) 57.89º 0.38% 0.59% -
XYZ 25.14 28.45 14.52 -
YUV 142.33 100.16 133.47 -
System Red Green Blue C M Y K H S L
Decimal 150 148 93 0 0.01 0.38 0.41 57.89 0.23 0.48
Hex 96 94 5D 0 1 26 29 3A 17 30
Octal 226 224 135 0 1 46 51 72 27 60
Binary 10010110 10010100 1011101 0 1 100110 101001 111010 10111 110000

Color Harmonies of #96945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96945D

Black with #96945D

Text Example


Text Example

White with #96945D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,148,93); }

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

background-color css

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

 a { background-color: rgb(150,148,93); }

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

border-color css

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

 span { border-color: rgb(150,148,93); }

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