Html Css Color HEX #939463 Avocado

📋 copy color: '#939463'

red 147 ◦ green 148 ◦ blue 99

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

Shades of Avocado #939463

Tints of Avocado #939463

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.56%

 BLUE value IS 99 (39.06% from 255) = 25.13%

R = 37.31%
G = 37.56%
B = 25.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#939463 (or 0x939463) is known color: Avocado. HEX triplet: 93, 94 and 63. RGB value is (147,148,99). Sum of RGB (Red+Green+Blue) = 147+148+99=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #939463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939463 is #6C6B9C. Grayscale: #8E8E8E. Windows color (decimal): -7105437 or 6526099. OLE color: 6526099.

HSL color Cylindrical-coordinate representation of color #939463: hue angle of 61.22º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #939463 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 148 99 -
CMYK 0.01 0 0.33 0.42
HSL 61.22º 0.2% 0.48% -
HSV(B) 61.22º 0.33% 0.58% -
XYZ 24.87 28.28 15.95 -
YUV 142.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 147 148 99 0.01 0 0.33 0.42 61.22 0.2 0.48
Hex 93 94 63 1 0 21 2A 3D 14 30
Octal 223 224 143 1 0 41 52 75 24 60
Binary 10010011 10010100 1100011 1 0 100001 101010 111101 10100 110000

Color Harmonies of #939463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939463

Black with #939463

Text Example


Text Example

White with #939463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939463; }

 p { color: rgb(147,148,99); }

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

background-color css

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

 a { background-color: rgb(147,148,99); }

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

border-color css

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

 span { border-color: rgb(147,148,99); }

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