Html Css Color HEX #959566 Avocado

📋 copy color: '#959566'

red 149 ◦ green 149 ◦ blue 102

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

Shades of Avocado #959566

Tints of Avocado #959566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.5%

R = 37.25%
G = 37.25%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#959566 (or 0x959566) is known color: Avocado. HEX triplet: 95, 95 and 66. RGB value is (149,149,102). Sum of RGB (Red+Green+Blue) = 149+149+102=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959566 is #6A6A99. Grayscale: #8F8F8F. Windows color (decimal): -6974106 or 6722965. OLE color: 6722965.

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

Color convert

RGB 149 149 102 -
CMYK 0 0 0.32 0.42
HSL 60º 0.19% 0.49% -
HSV(B) 60º 0.32% 0.58% -
XYZ 25.54 28.84 16.79 -
YUV 143.64 104.5 131.82 -
System Red Green Blue C M Y K H S L
Decimal 149 149 102 0 0 0.32 0.42 60 0.19 0.49
Hex 95 95 66 0 0 20 2A 3C 13 31
Octal 225 225 146 0 0 40 52 74 23 61
Binary 10010101 10010101 1100110 0 0 100000 101010 111100 10011 110001

Color Harmonies of #959566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959566

Black with #959566

Text Example


Text Example

White with #959566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959566; }

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

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

background-color css

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

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

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

border-color css

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

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

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