Html Css Color HEX #959460 Avocado

📋 copy color: '#959460'

red 149 ◦ green 148 ◦ blue 96

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

Shades of Avocado #959460

Tints of Avocado #959460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.43%

R = 37.91%
G = 37.66%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#959460 (or 0x959460) is known color: Avocado. HEX triplet: 95, 94 and 60. RGB value is (149,148,96). Sum of RGB (Red+Green+Blue) = 149+148+96=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #959460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959460 is #6A6B9F. Grayscale: #8E8E8E. Windows color (decimal): -6974368 or 6329493. OLE color: 6329493.

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

Color convert

RGB 149 148 96 -
CMYK 0 0.01 0.36 0.42
HSL 58.87º 0.22% 0.48% -
HSV(B) 58.87º 0.36% 0.58% -
XYZ 25.1 28.41 15.23 -
YUV 142.37 101.83 132.73 -
System Red Green Blue C M Y K H S L
Decimal 149 148 96 0 0.01 0.36 0.42 58.87 0.22 0.48
Hex 95 94 60 0 1 24 2A 3B 16 30
Octal 225 224 140 0 1 44 52 73 26 60
Binary 10010101 10010100 1100000 0 1 100100 101010 111011 10110 110000

Color Harmonies of #959460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959460

Black with #959460

Text Example


Text Example

White with #959460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959460; }

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

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

background-color css

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

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

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

border-color css

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

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

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