Html Css Color HEX #959656 Avocado

📋 copy color: '#959656'

red 149 ◦ green 150 ◦ blue 86

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

Shades of Avocado #959656

Tints of Avocado #959656

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.96%

 BLUE value IS 86 (33.98% from 255) = 22.34%

R = 38.7%
G = 38.96%
B = 22.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#959656 (or 0x959656) is known color: Avocado. HEX triplet: 95, 96 and 56. RGB value is (149,150,86). Sum of RGB (Red+Green+Blue) = 149+150+86=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #959656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959656 is #6A69A9. Grayscale: #8E8E8E. Windows color (decimal): -6973866 or 5674645. OLE color: 5674645.

HSL color Cylindrical-coordinate representation of color #959656: hue angle of 60.94º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #959656 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 150 86 -
CMYK 0.01 0 0.43 0.41
HSL 60.94º 0.27% 0.46% -
HSV(B) 60.94º 0.43% 0.59% -
XYZ 24.98 28.87 13.06 -
YUV 142.41 96.17 132.7 -
System Red Green Blue C M Y K H S L
Decimal 149 150 86 0.01 0 0.43 0.41 60.94 0.27 0.46
Hex 95 96 56 1 0 2B 29 3D 1B 2E
Octal 225 226 126 1 0 53 51 75 33 56
Binary 10010101 10010110 1010110 1 0 101011 101001 111101 11011 101110

Color Harmonies of #959656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959656

Black with #959656

Text Example


Text Example

White with #959656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959656; }

 p { color: rgb(149,150,86); }

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

background-color css

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

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

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

border-color css

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

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

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