Html Css Color HEX #93965E Avocado

📋 copy color: '#93965E'

red 147 ◦ green 150 ◦ blue 94

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

Shades of Avocado #93965E

Tints of Avocado #93965E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.36%

 BLUE value IS 94 (37.11% from 255) = 24.04%

R = 37.6%
G = 38.36%
B = 24.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#93965E (or 0x93965E) is known color: Avocado. HEX triplet: 93, 96 and 5E. RGB value is (147,150,94). Sum of RGB (Red+Green+Blue) = 147+150+94=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 150 - color contains mainly: green. Hex color #93965E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93965E is #6C69A1. Grayscale: #8E8E8E. Windows color (decimal): -7104930 or 6198931. OLE color: 6198931.

HSL color Cylindrical-coordinate representation of color #93965E: hue angle of 63.21º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93965E is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 147 150 94 -
CMYK 0.02 0 0.37 0.41
HSL 63.21º 0.23% 0.48% -
HSV(B) 63.21º 0.37% 0.59% -
XYZ 24.96 28.82 14.84 -
YUV 142.72 100.51 131.05 -
System Red Green Blue C M Y K H S L
Decimal 147 150 94 0.02 0 0.37 0.41 63.21 0.23 0.48
Hex 93 96 5E 2 0 25 29 3F 17 30
Octal 223 226 136 2 0 45 51 77 27 60
Binary 10010011 10010110 1011110 10 0 100101 101001 111111 10111 110000

Color Harmonies of #93965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93965E

Black with #93965E

Text Example


Text Example

White with #93965E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93965E; }

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

 H1.HeaderClassName
 {
   color: #93965E;
 }
 .AnyTagClassName
 {
   color: #93965E;
 }
</style>

background-color css

<style>
 a { background-color: #93965E; }

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

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

border-color css

<style>
 span { border-color: #93965E; }

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

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