Html Css Color HEX #949461 Avocado

📋 copy color: '#949461'

red 148 ◦ green 148 ◦ blue 97

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

Shades of Avocado #949461

Tints of Avocado #949461

RGB

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

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

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

R = 37.66%
G = 37.66%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#949461 (or 0x949461) is known color: Avocado. HEX triplet: 94, 94 and 61. RGB value is (148,148,97). Sum of RGB (Red+Green+Blue) = 148+148+97=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949461 is #6B6B9E. Grayscale: #8E8E8E. Windows color (decimal): -7039903 or 6395028. OLE color: 6395028.

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

Color convert

RGB 148 148 97 -
CMYK 0 0 0.34 0.42
HSL 60º 0.21% 0.48% -
HSV(B) 60º 0.34% 0.58% -
XYZ 24.96 28.34 15.46 -
YUV 142.19 102.5 132.15 -
System Red Green Blue C M Y K H S L
Decimal 148 148 97 0 0 0.34 0.42 60 0.21 0.48
Hex 94 94 61 0 0 22 2A 3C 15 30
Octal 224 224 141 0 0 42 52 74 25 60
Binary 10010100 10010100 1100001 0 0 100010 101010 111100 10101 110000

Color Harmonies of #949461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949461

Black with #949461

Text Example


Text Example

White with #949461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949461; }

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

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

background-color css

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

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

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

border-color css

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

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

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