Html Css Color HEX #959458 Avocado

📋 copy color: '#959458'

red 149 ◦ green 148 ◦ blue 88

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

Shades of Avocado #959458

Tints of Avocado #959458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.86%

R = 38.7%
G = 38.44%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#959458 (or 0x959458) is known color: Avocado. HEX triplet: 95, 94 and 58. RGB value is (149,148,88). Sum of RGB (Red+Green+Blue) = 149+148+88=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #959458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959458 is #6A6BA7. Grayscale: #8D8D8D. Windows color (decimal): -6974376 or 5805205. OLE color: 5805205.

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

Color convert

RGB 149 148 88 -
CMYK 0 0.01 0.41 0.42
HSL 59.02º 0.26% 0.46% -
HSV(B) 59.02º 0.41% 0.58% -
XYZ 24.75 28.27 13.39 -
YUV 141.46 97.83 133.38 -
System Red Green Blue C M Y K H S L
Decimal 149 148 88 0 0.01 0.41 0.42 59.02 0.26 0.46
Hex 95 94 58 0 1 29 2A 3B 1A 2E
Octal 225 224 130 0 1 51 52 73 32 56
Binary 10010101 10010100 1011000 0 1 101001 101010 111011 11010 101110

Color Harmonies of #959458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959458

Black with #959458

Text Example


Text Example

White with #959458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959458; }

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

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

background-color css

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

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

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

border-color css

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

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

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