Html Css Color HEX #949160 Avocado

📋 copy color: '#949160'

red 148 ◦ green 145 ◦ blue 96

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

Shades of Avocado #949160

Tints of Avocado #949160

RGB

 RED value IS 148 (58.2% from 255) = 38.05%

 GREEN value IS 145 (57.03% from 255) = 37.28%

 BLUE value IS 96 (37.89% from 255) = 24.68%

R = 38.05%
G = 37.28%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#949160 (or 0x949160) is known color: Avocado. HEX triplet: 94, 91 and 60. RGB value is (148,145,96). Sum of RGB (Red+Green+Blue) = 148+145+96=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #949160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949160 is #6B6E9F. Grayscale: #8C8C8C. Windows color (decimal): -7040672 or 6328724. OLE color: 6328724.

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

Color convert

RGB 148 145 96 -
CMYK 0 0.02 0.35 0.42
HSL 56.54º 0.21% 0.48% -
HSV(B) 56.54º 0.35% 0.58% -
XYZ 24.45 27.39 15.06 -
YUV 140.31 102.99 133.48 -
System Red Green Blue C M Y K H S L
Decimal 148 145 96 0 0.02 0.35 0.42 56.54 0.21 0.48
Hex 94 91 60 0 2 23 2A 39 15 30
Octal 224 221 140 0 2 43 52 71 25 60
Binary 10010100 10010001 1100000 0 10 100011 101010 111001 10101 110000

Color Harmonies of #949160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949160

Black with #949160

Text Example


Text Example

White with #949160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949160; }

 p { color: rgb(148,145,96); }

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

background-color css

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

 a { background-color: rgb(148,145,96); }

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

border-color css

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

 span { border-color: rgb(148,145,96); }

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