Html Css Color HEX #949561 Avocado

📋 copy color: '#949561'

red 148 ◦ green 149 ◦ blue 97

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

Shades of Avocado #949561

Tints of Avocado #949561

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.82%

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

R = 37.56%
G = 37.82%
B = 24.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#949561 (or 0x949561) is known color: Avocado. HEX triplet: 94, 95 and 61. RGB value is (148,149,97). Sum of RGB (Red+Green+Blue) = 148+149+97=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 149 - color contains mainly: green. Hex color #949561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949561 is #6B6A9E. Grayscale: #8E8E8E. Windows color (decimal): -7039647 or 6395284. OLE color: 6395284.

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

Color convert

RGB 148 149 97 -
CMYK 0.01 0 0.35 0.42
HSL 61.15º 0.21% 0.48% -
HSV(B) 61.15º 0.35% 0.58% -
XYZ 25.12 28.65 15.52 -
YUV 142.77 102.17 131.73 -
System Red Green Blue C M Y K H S L
Decimal 148 149 97 0.01 0 0.35 0.42 61.15 0.21 0.48
Hex 94 95 61 1 0 23 2A 3D 15 30
Octal 224 225 141 1 0 43 52 75 25 60
Binary 10010100 10010101 1100001 1 0 100011 101010 111101 10101 110000

Color Harmonies of #949561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949561

Black with #949561

Text Example


Text Example

White with #949561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949561; }

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

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

background-color css

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

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

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

border-color css

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

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

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