Html Css Color HEX #93955C Avocado

📋 copy color: '#93955C'

red 147 ◦ green 149 ◦ blue 92

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

Shades of Avocado #93955C

Tints of Avocado #93955C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.4%

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

R = 37.89%
G = 38.4%
B = 23.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#93955C (or 0x93955C) is known color: Avocado. HEX triplet: 93, 95 and 5C. RGB value is (147,149,92). Sum of RGB (Red+Green+Blue) = 147+149+92=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 149 - color contains mainly: green. Hex color #93955C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93955C is #6C6AA3. Grayscale: #8E8E8E. Windows color (decimal): -7105188 or 6067603. OLE color: 6067603.

HSL color Cylindrical-coordinate representation of color #93955C: hue angle of 62.11º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93955C is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 149 92 -
CMYK 0.01 0 0.38 0.42
HSL 62.11º 0.24% 0.47% -
HSV(B) 62.11º 0.38% 0.58% -
XYZ 24.71 28.47 14.32 -
YUV 141.9 99.84 131.63 -
System Red Green Blue C M Y K H S L
Decimal 147 149 92 0.01 0 0.38 0.42 62.11 0.24 0.47
Hex 93 95 5C 1 0 26 2A 3E 18 2F
Octal 223 225 134 1 0 46 52 76 30 57
Binary 10010011 10010101 1011100 1 0 100110 101010 111110 11000 101111

Color Harmonies of #93955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93955C

Black with #93955C

Text Example


Text Example

White with #93955C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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