Html Css Color HEX #96915C Avocado

📋 copy color: '#96915C'

red 150 ◦ green 145 ◦ blue 92

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

Shades of Avocado #96915C

Tints of Avocado #96915C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.47%

 BLUE value IS 92 (36.33% from 255) = 23.77%

R = 38.76%
G = 37.47%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#96915C (or 0x96915C) is known color: Avocado. HEX triplet: 96, 91 and 5C. RGB value is (150,145,92). Sum of RGB (Red+Green+Blue) = 150+145+92=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #96915C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96915C is #696EA3. Grayscale: #8C8C8C. Windows color (decimal): -6909604 or 6066582. OLE color: 6066582.

HSL color Cylindrical-coordinate representation of color #96915C: hue angle of 54.83º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96915C is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 145 92 -
CMYK 0 0.03 0.39 0.41
HSL 54.83º 0.24% 0.47% -
HSV(B) 54.83º 0.39% 0.59% -
XYZ 24.63 27.51 14.14 -
YUV 140.45 100.66 134.81 -
System Red Green Blue C M Y K H S L
Decimal 150 145 92 0 0.03 0.39 0.41 54.83 0.24 0.47
Hex 96 91 5C 0 3 27 29 37 18 2F
Octal 226 221 134 0 3 47 51 67 30 57
Binary 10010110 10010001 1011100 0 11 100111 101001 110111 11000 101111

Color Harmonies of #96915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96915C

Black with #96915C

Text Example


Text Example

White with #96915C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,145,92); }

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

background-color css

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

 a { background-color: rgb(150,145,92); }

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

border-color css

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

 span { border-color: rgb(150,145,92); }

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