Html Css Color HEX #949361 Avocado

📋 copy color: '#949361'

red 148 ◦ green 147 ◦ blue 97

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

Shades of Avocado #949361

Tints of Avocado #949361

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.5%

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

R = 37.76%
G = 37.5%
B = 24.74%

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

#949361 (or 0x949361) is known color: Avocado. HEX triplet: 94, 93 and 61. RGB value is (148,147,97). Sum of RGB (Red+Green+Blue) = 148+147+97=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 148 - color contains mainly: red. Hex color #949361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949361 is #6B6C9E. Grayscale: #8D8D8D. Windows color (decimal): -7040159 or 6394772. OLE color: 6394772.

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

Color convert

RGB 148 147 97 -
CMYK 0 0.01 0.34 0.42
HSL 58.82º 0.21% 0.48% -
HSV(B) 58.82º 0.34% 0.58% -
XYZ 24.8 28.03 15.41 -
YUV 141.6 102.83 132.57 -
System Red Green Blue C M Y K H S L
Decimal 148 147 97 0 0.01 0.34 0.42 58.82 0.21 0.48
Hex 94 93 61 0 1 22 2A 3B 15 30
Octal 224 223 141 0 1 42 52 73 25 60
Binary 10010100 10010011 1100001 0 1 100010 101010 111011 10101 110000

Color Harmonies of #949361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949361

Black with #949361

Text Example


Text Example

White with #949361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949361; }

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

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

background-color css

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

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

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

border-color css

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

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

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