Html Css Color HEX #949261 Avocado

📋 copy color: '#949261'

red 148 ◦ green 146 ◦ blue 97

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

Shades of Avocado #949261

Tints of Avocado #949261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.81%

R = 37.85%
G = 37.34%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#949261 (or 0x949261) is known color: Avocado. HEX triplet: 94, 92 and 61. RGB value is (148,146,97). Sum of RGB (Red+Green+Blue) = 148+146+97=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #949261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949261 is #6B6D9E. Grayscale: #8D8D8D. Windows color (decimal): -7040415 or 6394516. OLE color: 6394516.

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

Color convert

RGB 148 146 97 -
CMYK 0 0.01 0.34 0.42
HSL 57.65º 0.21% 0.48% -
HSV(B) 57.65º 0.34% 0.58% -
XYZ 24.65 27.72 15.36 -
YUV 141.01 103.16 132.98 -
System Red Green Blue C M Y K H S L
Decimal 148 146 97 0 0.01 0.34 0.42 57.65 0.21 0.48
Hex 94 92 61 0 1 22 2A 3A 15 30
Octal 224 222 141 0 1 42 52 72 25 60
Binary 10010100 10010010 1100001 0 1 100010 101010 111010 10101 110000

Color Harmonies of #949261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949261

Black with #949261

Text Example


Text Example

White with #949261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949261; }

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

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

background-color css

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

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

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

border-color css

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

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

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