Html Css Color HEX #93995C Avocado

📋 copy color: '#93995C'

red 147 ◦ green 153 ◦ blue 92

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

Shades of Avocado #93995C

Tints of Avocado #93995C

RGB

 RED value IS 147 (57.81% from 255) = 37.5%

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

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

R = 37.5%
G = 39.03%
B = 23.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#93995C (or 0x93995C) is known color: Avocado. HEX triplet: 93, 99 and 5C. RGB value is (147,153,92). Sum of RGB (Red+Green+Blue) = 147+153+92=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #93995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93995C is #6C66A3. Grayscale: #909090. Windows color (decimal): -7104164 or 6068627. OLE color: 6068627.

HSL color Cylindrical-coordinate representation of color #93995C: hue angle of 65.9º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93995C is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB 147 153 92 -
CMYK 0.04 0 0.40 0.4
HSL 65.9º 0.25% 0.48% -
HSV(B) 65.9º 0.4% 0.6% -
XYZ 25.36 29.76 14.53 -
YUV 144.25 98.51 129.96 -
System Red Green Blue C M Y K H S L
Decimal 147 153 92 0.04 0 0.40 0.4 65.9 0.25 0.48
Hex 93 99 5C 4 0 28 28 42 19 30
Octal 223 231 134 4 0 50 50 102 31 60
Binary 10010011 10011001 1011100 100 0 101000 101000 1000010 11001 110000

Color Harmonies of #93995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93995C

Black with #93995C

Text Example


Text Example

White with #93995C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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