Html Css Color HEX #949258 Avocado

📋 copy color: '#949258'

red 148 ◦ green 146 ◦ blue 88

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

Shades of Avocado #949258

Tints of Avocado #949258

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.22%

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

R = 38.74%
G = 38.22%
B = 23.04%

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

#949258 (or 0x949258) is known color: Avocado. HEX triplet: 94, 92 and 58. RGB value is (148,146,88). Sum of RGB (Red+Green+Blue) = 148+146+88=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 148 - color contains mainly: red. Hex color #949258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949258 is #6B6DA7. Grayscale: #8C8C8C. Windows color (decimal): -7040424 or 5804692. OLE color: 5804692.

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

Color convert

RGB 148 146 88 -
CMYK 0 0.01 0.41 0.42
HSL 58º 0.25% 0.46% -
HSV(B) 58º 0.41% 0.58% -
XYZ 24.25 27.56 13.27 -
YUV 139.99 98.66 133.72 -
System Red Green Blue C M Y K H S L
Decimal 148 146 88 0 0.01 0.41 0.42 58 0.25 0.46
Hex 94 92 58 0 1 29 2A 3A 19 2E
Octal 224 222 130 0 1 51 52 72 31 56
Binary 10010100 10010010 1011000 0 1 101001 101010 111010 11001 101110

Color Harmonies of #949258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949258

Black with #949258

Text Example


Text Example

White with #949258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949258; }

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

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

background-color css

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

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

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

border-color css

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

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

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