Html Css Color HEX #949158 Avocado

📋 copy color: '#949158'

red 148 ◦ green 145 ◦ blue 88

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

Shades of Avocado #949158

Tints of Avocado #949158

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.06%

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

R = 38.85%
G = 38.06%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#949158 (or 0x949158) is known color: Avocado. HEX triplet: 94, 91 and 58. RGB value is (148,145,88). Sum of RGB (Red+Green+Blue) = 148+145+88=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 148 - color contains mainly: red. Hex color #949158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949158 is #6B6EA7. Grayscale: #8B8B8B. Windows color (decimal): -7040680 or 5804436. OLE color: 5804436.

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

Color convert

RGB 148 145 88 -
CMYK 0 0.02 0.41 0.42
HSL 57º 0.25% 0.46% -
HSV(B) 57º 0.41% 0.58% -
XYZ 24.1 27.25 13.22 -
YUV 139.4 98.99 134.13 -
System Red Green Blue C M Y K H S L
Decimal 148 145 88 0 0.02 0.41 0.42 57 0.25 0.46
Hex 94 91 58 0 2 29 2A 39 19 2E
Octal 224 221 130 0 2 51 52 71 31 56
Binary 10010100 10010001 1011000 0 10 101001 101010 111001 11001 101110

Color Harmonies of #949158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949158

Black with #949158

Text Example


Text Example

White with #949158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949158; }

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

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

background-color css

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

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

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

border-color css

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

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

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