Html Css Color HEX #949558 Avocado

📋 copy color: '#949558'

red 148 ◦ green 149 ◦ blue 88

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

Shades of Avocado #949558

Tints of Avocado #949558

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

RGB 148 149 88 -
CMYK 0.01 0 0.41 0.42
HSL 60.98º 0.26% 0.46% -
HSV(B) 60.98º 0.41% 0.58% -
XYZ 24.72 28.5 13.43 -
YUV 141.75 97.67 132.46 -
System Red Green Blue C M Y K H S L
Decimal 148 149 88 0.01 0 0.41 0.42 60.98 0.26 0.46
Hex 94 95 58 1 0 29 2A 3D 1A 2E
Octal 224 225 130 1 0 51 52 75 32 56
Binary 10010100 10010101 1011000 1 0 101001 101010 111101 11010 101110

Color Harmonies of #949558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949558

Black with #949558

Text Example


Text Example

White with #949558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949558; }

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

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

background-color css

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

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

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

border-color css

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

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

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