Html Css Color HEX #96935C Avocado

📋 copy color: '#96935C'

red 150 ◦ green 147 ◦ blue 92

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

Shades of Avocado #96935C

Tints of Avocado #96935C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.79%

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

R = 38.56%
G = 37.79%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#96935C (or 0x96935C) is known color: Avocado. HEX triplet: 96, 93 and 5C. RGB value is (150,147,92). Sum of RGB (Red+Green+Blue) = 150+147+92=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #96935C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96935C is #696CA3. Grayscale: #8D8D8D. Windows color (decimal): -6909092 or 6067094. OLE color: 6067094.

HSL color Cylindrical-coordinate representation of color #96935C: hue angle of 56.9º 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 #96935C is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 147 92 -
CMYK 0 0.02 0.39 0.41
HSL 56.9º 0.24% 0.47% -
HSV(B) 56.9º 0.39% 0.59% -
XYZ 24.94 28.12 14.24 -
YUV 141.63 99.99 133.97 -
System Red Green Blue C M Y K H S L
Decimal 150 147 92 0 0.02 0.39 0.41 56.9 0.24 0.47
Hex 96 93 5C 0 2 27 29 39 18 2F
Octal 226 223 134 0 2 47 51 71 30 57
Binary 10010110 10010011 1011100 0 10 100111 101001 111001 11000 101111

Color Harmonies of #96935C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96935C

Black with #96935C

Text Example


Text Example

White with #96935C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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