Html Css Color HEX #959359 Avocado

📋 copy color: '#959359'

red 149 ◦ green 147 ◦ blue 89

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

Shades of Avocado #959359

Tints of Avocado #959359

RGB

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

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

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

R = 38.7%
G = 38.18%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#959359 (or 0x959359) is known color: Avocado. HEX triplet: 95, 93 and 59. RGB value is (149,147,89). Sum of RGB (Red+Green+Blue) = 149+147+89=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #959359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959359 is #6A6CA6. Grayscale: #8D8D8D. Windows color (decimal): -6974631 or 5870485. OLE color: 5870485.

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

Color convert

RGB 149 147 89 -
CMYK 0 0.01 0.40 0.42
HSL 58º 0.25% 0.47% -
HSV(B) 58º 0.4% 0.58% -
XYZ 24.63 27.98 13.55 -
YUV 140.99 98.66 133.72 -
System Red Green Blue C M Y K H S L
Decimal 149 147 89 0 0.01 0.40 0.42 58 0.25 0.47
Hex 95 93 59 0 1 28 2A 3A 19 2F
Octal 225 223 131 0 1 50 52 72 31 57
Binary 10010101 10010011 1011001 0 1 101000 101010 111010 11001 101111

Color Harmonies of #959359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959359

Black with #959359

Text Example


Text Example

White with #959359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959359; }

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

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

background-color css

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

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

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

border-color css

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

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

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