Html Css Color HEX #93966A Avocado

📋 copy color: '#93966A'

red 147 ◦ green 150 ◦ blue 106

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

Shades of Avocado #93966A

Tints of Avocado #93966A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.3%

R = 36.48%
G = 37.22%
B = 26.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#93966A (or 0x93966A) is known color: Avocado. HEX triplet: 93, 96 and 6A. RGB value is (147,150,106). Sum of RGB (Red+Green+Blue) = 147+150+106=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 150 - color contains mainly: green. Hex color #93966A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93966A is #6C6995. Grayscale: #909090. Windows color (decimal): -7104918 or 6985363. OLE color: 6985363.

HSL color Cylindrical-coordinate representation of color #93966A: hue angle of 64.09º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93966A is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 147 150 106 -
CMYK 0.02 0 0.29 0.41
HSL 64.09º 0.17% 0.5% -
HSV(B) 64.09º 0.29% 0.59% -
XYZ 25.54 29.06 17.9 -
YUV 144.09 106.51 130.08 -
System Red Green Blue C M Y K H S L
Decimal 147 150 106 0.02 0 0.29 0.41 64.09 0.17 0.5
Hex 93 96 6A 2 0 1D 29 40 11 32
Octal 223 226 152 2 0 35 51 100 21 62
Binary 10010011 10010110 1101010 10 0 11101 101001 1000000 10001 110010

Color Harmonies of #93966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93966A

Black with #93966A

Text Example


Text Example

White with #93966A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93966A; }

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

 H1.HeaderClassName
 {
   color: #93966A;
 }
 .AnyTagClassName
 {
   color: #93966A;
 }
</style>

background-color css

<style>
 a { background-color: #93966A; }

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

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

border-color css

<style>
 span { border-color: #93966A; }

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

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