Html Css Color HEX #959554 Avocado

📋 copy color: '#959554'

red 149 ◦ green 149 ◦ blue 84

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

Shades of Avocado #959554

Tints of Avocado #959554

RGB

 RED value IS 149 (58.59% from 255) = 39.01%

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

 BLUE value IS 84 (33.2% from 255) = 21.99%

R = 39.01%
G = 39.01%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#959554 (or 0x959554) is known color: Avocado. HEX triplet: 95, 95 and 54. RGB value is (149,149,84). Sum of RGB (Red+Green+Blue) = 149+149+84=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959554 is #6A6AAB. Grayscale: #8D8D8D. Windows color (decimal): -6974124 or 5543317. OLE color: 5543317.

HSL color Cylindrical-coordinate representation of color #959554: hue angle of 60º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #959554 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 149 84 -
CMYK 0 0 0.44 0.42
HSL 60º 0.28% 0.46% -
HSV(B) 60º 0.44% 0.58% -
XYZ 24.74 28.52 12.59 -
YUV 141.59 95.5 133.29 -
System Red Green Blue C M Y K H S L
Decimal 149 149 84 0 0 0.44 0.42 60 0.28 0.46
Hex 95 95 54 0 0 2C 2A 3C 1C 2E
Octal 225 225 124 0 0 54 52 74 34 56
Binary 10010101 10010101 1010100 0 0 101100 101010 111100 11100 101110

Color Harmonies of #959554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959554

Black with #959554

Text Example


Text Example

White with #959554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959554; }

 p { color: rgb(149,149,84); }

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

background-color css

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

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

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

border-color css

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

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

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