Html Css Color HEX #959159 Avocado

📋 copy color: '#959159'

red 149 ◦ green 145 ◦ blue 89

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

Shades of Avocado #959159

Tints of Avocado #959159

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.86%

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

R = 38.9%
G = 37.86%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#959159 (or 0x959159) is known color: Avocado. HEX triplet: 95, 91 and 59. RGB value is (149,145,89). Sum of RGB (Red+Green+Blue) = 149+145+89=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #959159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959159 is #6A6EA6. Grayscale: #8C8C8C. Windows color (decimal): -6975143 or 5869973. OLE color: 5869973.

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

Color convert

RGB 149 145 89 -
CMYK 0 0.03 0.40 0.42
HSL 56º 0.25% 0.47% -
HSV(B) 56º 0.4% 0.58% -
XYZ 24.32 27.36 13.45 -
YUV 139.81 99.33 134.55 -
System Red Green Blue C M Y K H S L
Decimal 149 145 89 0 0.03 0.40 0.42 56 0.25 0.47
Hex 95 91 59 0 3 28 2A 38 19 2F
Octal 225 221 131 0 3 50 52 70 31 57
Binary 10010101 10010001 1011001 0 11 101000 101010 111000 11001 101111

Color Harmonies of #959159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959159

Black with #959159

Text Example


Text Example

White with #959159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959159; }

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

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

background-color css

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

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

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

border-color css

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

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

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