Html Css Color HEX #949559 Avocado

📋 copy color: '#949559'

red 148 ◦ green 149 ◦ blue 89

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

Shades of Avocado #949559

Tints of Avocado #949559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.06%

R = 38.34%
G = 38.6%
B = 23.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#949559 (or 0x949559) is known color: Avocado. HEX triplet: 94, 95 and 59. RGB value is (148,149,89). Sum of RGB (Red+Green+Blue) = 148+149+89=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 149 - color contains mainly: green. Hex color #949559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949559 is #6B6AA6. Grayscale: #8E8E8E. Windows color (decimal): -7039655 or 5870996. OLE color: 5870996.

HSL color Cylindrical-coordinate representation of color #949559: hue angle of 61º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #949559 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 149 89 -
CMYK 0.01 0 0.40 0.42
HSL 61º 0.25% 0.47% -
HSV(B) 61º 0.4% 0.58% -
XYZ 24.76 28.51 13.65 -
YUV 141.86 98.17 132.38 -
System Red Green Blue C M Y K H S L
Decimal 148 149 89 0.01 0 0.40 0.42 61 0.25 0.47
Hex 94 95 59 1 0 28 2A 3D 19 2F
Octal 224 225 131 1 0 50 52 75 31 57
Binary 10010100 10010101 1011001 1 0 101000 101010 111101 11001 101111

Color Harmonies of #949559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949559

Black with #949559

Text Example


Text Example

White with #949559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949559; }

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

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

background-color css

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

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

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

border-color css

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

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

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