Html Css Color HEX #959355 Avocado

📋 copy color: '#959355'

red 149 ◦ green 147 ◦ blue 85

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

Shades of Avocado #959355

Tints of Avocado #959355

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.58%

 BLUE value IS 85 (33.59% from 255) = 22.31%

R = 39.11%
G = 38.58%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#959355 (or 0x959355) is known color: Avocado. HEX triplet: 95, 93 and 55. RGB value is (149,147,85). Sum of RGB (Red+Green+Blue) = 149+147+85=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #959355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959355 is #6A6CAA. Grayscale: #8C8C8C. Windows color (decimal): -6974635 or 5608341. OLE color: 5608341.

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

Color convert

RGB 149 147 85 -
CMYK 0 0.01 0.43 0.42
HSL 58.13º 0.27% 0.46% -
HSV(B) 58.13º 0.43% 0.58% -
XYZ 24.47 27.91 12.69 -
YUV 140.53 96.66 134.04 -
System Red Green Blue C M Y K H S L
Decimal 149 147 85 0 0.01 0.43 0.42 58.13 0.27 0.46
Hex 95 93 55 0 1 2B 2A 3A 1B 2E
Octal 225 223 125 0 1 53 52 72 33 56
Binary 10010101 10010011 1010101 0 1 101011 101010 111010 11011 101110

Color Harmonies of #959355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959355

Black with #959355

Text Example


Text Example

White with #959355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959355; }

 p { color: rgb(149,147,85); }

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

background-color css

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

 a { background-color: rgb(149,147,85); }

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

border-color css

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

 span { border-color: rgb(149,147,85); }

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