Html Css Color HEX #959260 Avocado

📋 copy color: '#959260'

red 149 ◦ green 146 ◦ blue 96

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

Shades of Avocado #959260

Tints of Avocado #959260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.34%

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

R = 38.11%
G = 37.34%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#959260 (or 0x959260) is known color: Avocado. HEX triplet: 95, 92 and 60. RGB value is (149,146,96). Sum of RGB (Red+Green+Blue) = 149+146+96=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #959260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959260 is #6A6D9F. Grayscale: #8D8D8D. Windows color (decimal): -6974880 or 6328981. OLE color: 6328981.

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

Color convert

RGB 149 146 96 -
CMYK 0 0.02 0.36 0.42
HSL 56.6º 0.22% 0.48% -
HSV(B) 56.6º 0.36% 0.58% -
XYZ 24.78 27.79 15.12 -
YUV 141.2 102.49 133.57 -
System Red Green Blue C M Y K H S L
Decimal 149 146 96 0 0.02 0.36 0.42 56.6 0.22 0.48
Hex 95 92 60 0 2 24 2A 39 16 30
Octal 225 222 140 0 2 44 52 71 26 60
Binary 10010101 10010010 1100000 0 10 100100 101010 111001 10110 110000

Color Harmonies of #959260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959260

Black with #959260

Text Example


Text Example

White with #959260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959260; }

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

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

background-color css

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

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

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

border-color css

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

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

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