Html Css Color HEX #949260 Avocado

📋 copy color: '#949260'

red 148 ◦ green 146 ◦ blue 96

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

Shades of Avocado #949260

Tints of Avocado #949260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.44%

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

R = 37.95%
G = 37.44%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#949260 (or 0x949260) is known color: Avocado. HEX triplet: 94, 92 and 60. RGB value is (148,146,96). Sum of RGB (Red+Green+Blue) = 148+146+96=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #949260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949260 is #6B6D9F. Grayscale: #8D8D8D. Windows color (decimal): -7040416 or 6328980. OLE color: 6328980.

HSL color Cylindrical-coordinate representation of color #949260: hue angle of 57.69º 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 #949260 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 146 96 -
CMYK 0 0.01 0.35 0.42
HSL 57.69º 0.21% 0.48% -
HSV(B) 57.69º 0.35% 0.58% -
XYZ 24.6 27.7 15.12 -
YUV 140.9 102.66 133.07 -
System Red Green Blue C M Y K H S L
Decimal 148 146 96 0 0.01 0.35 0.42 57.69 0.21 0.48
Hex 94 92 60 0 1 23 2A 3A 15 30
Octal 224 222 140 0 1 43 52 72 25 60
Binary 10010100 10010010 1100000 0 1 100011 101010 111010 10101 110000

Color Harmonies of #949260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949260

Black with #949260

Text Example


Text Example

White with #949260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949260; }

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

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

background-color css

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

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

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

border-color css

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

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

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