Html Css Color HEX #959466 Avocado

📋 copy color: '#959466'

red 149 ◦ green 148 ◦ blue 102

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

Shades of Avocado #959466

Tints of Avocado #959466

RGB

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

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

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

R = 37.34%
G = 37.09%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#959466 (or 0x959466) is known color: Avocado. HEX triplet: 95, 94 and 66. RGB value is (149,148,102). Sum of RGB (Red+Green+Blue) = 149+148+102=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #959466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959466 is #6A6B99. Grayscale: #8F8F8F. Windows color (decimal): -6974362 or 6722709. OLE color: 6722709.

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

Color convert

RGB 149 148 102 -
CMYK 0 0.01 0.32 0.42
HSL 58.72º 0.19% 0.49% -
HSV(B) 58.72º 0.32% 0.58% -
XYZ 25.38 28.53 16.74 -
YUV 143.06 104.83 132.24 -
System Red Green Blue C M Y K H S L
Decimal 149 148 102 0 0.01 0.32 0.42 58.72 0.19 0.49
Hex 95 94 66 0 1 20 2A 3B 13 31
Octal 225 224 146 0 1 40 52 73 23 61
Binary 10010101 10010100 1100110 0 1 100000 101010 111011 10011 110001

Color Harmonies of #959466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959466

Black with #959466

Text Example


Text Example

White with #959466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959466; }

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

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

background-color css

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

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

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

border-color css

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

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

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