Html Css Color HEX #959456 Avocado

📋 copy color: '#959456'

red 149 ◦ green 148 ◦ blue 86

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

Shades of Avocado #959456

Tints of Avocado #959456

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.64%

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

R = 38.9%
G = 38.64%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#959456 (or 0x959456) is known color: Avocado. HEX triplet: 95, 94 and 56. RGB value is (149,148,86). Sum of RGB (Red+Green+Blue) = 149+148+86=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #959456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959456 is #6A6BA9. Grayscale: #8D8D8D. Windows color (decimal): -6974378 or 5674133. OLE color: 5674133.

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

Color convert

RGB 149 148 86 -
CMYK 0 0.01 0.42 0.42
HSL 59.05º 0.27% 0.46% -
HSV(B) 59.05º 0.42% 0.58% -
XYZ 24.66 28.24 12.96 -
YUV 141.23 96.83 133.54 -
System Red Green Blue C M Y K H S L
Decimal 149 148 86 0 0.01 0.42 0.42 59.05 0.27 0.46
Hex 95 94 56 0 1 2A 2A 3B 1B 2E
Octal 225 224 126 0 1 52 52 73 33 56
Binary 10010101 10010100 1010110 0 1 101010 101010 111011 11011 101110

Color Harmonies of #959456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959456

Black with #959456

Text Example


Text Example

White with #959456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959456; }

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

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

background-color css

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

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

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

border-color css

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

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

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