Html Css Color HEX #959459 Avocado

📋 copy color: '#959459'

red 149 ◦ green 148 ◦ blue 89

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

Shades of Avocado #959459

Tints of Avocado #959459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.06%

R = 38.6%
G = 38.34%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#959459 (or 0x959459) is known color: Avocado. HEX triplet: 95, 94 and 59. RGB value is (149,148,89). Sum of RGB (Red+Green+Blue) = 149+148+89=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #959459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959459 is #6A6BA6. Grayscale: #8D8D8D. Windows color (decimal): -6974375 or 5870741. OLE color: 5870741.

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

Color convert

RGB 149 148 89 -
CMYK 0 0.01 0.40 0.42
HSL 59º 0.25% 0.47% -
HSV(B) 59º 0.4% 0.58% -
XYZ 24.79 28.29 13.61 -
YUV 141.57 98.33 133.3 -
System Red Green Blue C M Y K H S L
Decimal 149 148 89 0 0.01 0.40 0.42 59 0.25 0.47
Hex 95 94 59 0 1 28 2A 3B 19 2F
Octal 225 224 131 0 1 50 52 73 31 57
Binary 10010101 10010100 1011001 0 1 101000 101010 111011 11001 101111

Color Harmonies of #959459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959459

Black with #959459

Text Example


Text Example

White with #959459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959459; }

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

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

background-color css

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

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

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

border-color css

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

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

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