Html Css Color HEX #93995B Avocado

📋 copy color: '#93995B'

red 147 ◦ green 153 ◦ blue 91

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

Shades of Avocado #93995B

Tints of Avocado #93995B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.27%

R = 37.6%
G = 39.13%
B = 23.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#93995B (or 0x93995B) is known color: Avocado. HEX triplet: 93, 99 and 5B. RGB value is (147,153,91). Sum of RGB (Red+Green+Blue) = 147+153+91=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #93995B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93995B is #6C66A4. Grayscale: #909090. Windows color (decimal): -7104165 or 6003091. OLE color: 6003091.

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

Color convert

RGB 147 153 91 -
CMYK 0.04 0 0.41 0.4
HSL 65.81º 0.25% 0.48% -
HSV(B) 65.81º 0.41% 0.6% -
XYZ 25.31 29.74 14.3 -
YUV 144.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 147 153 91 0.04 0 0.41 0.4 65.81 0.25 0.48
Hex 93 99 5B 4 0 29 28 42 19 30
Octal 223 231 133 4 0 51 50 102 31 60
Binary 10010011 10011001 1011011 100 0 101001 101000 1000010 11001 110000

Color Harmonies of #93995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93995B

Black with #93995B

Text Example


Text Example

White with #93995B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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