Html Css Color HEX #949455 Avocado

📋 copy color: '#949455'

red 148 ◦ green 148 ◦ blue 85

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

Shades of Avocado #949455

Tints of Avocado #949455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.31%

R = 38.85%
G = 38.85%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#949455 (or 0x949455) is known color: Avocado. HEX triplet: 94, 94 and 55. RGB value is (148,148,85). Sum of RGB (Red+Green+Blue) = 148+148+85=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949455 is #6B6BAA. Grayscale: #8D8D8D. Windows color (decimal): -7039915 or 5608596. OLE color: 5608596.

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

Color convert

RGB 148 148 85 -
CMYK 0 0 0.43 0.42
HSL 60º 0.27% 0.46% -
HSV(B) 60º 0.43% 0.58% -
XYZ 24.44 28.13 12.74 -
YUV 140.82 96.5 133.12 -
System Red Green Blue C M Y K H S L
Decimal 148 148 85 0 0 0.43 0.42 60 0.27 0.46
Hex 94 94 55 0 0 2B 2A 3C 1B 2E
Octal 224 224 125 0 0 53 52 74 33 56
Binary 10010100 10010100 1010101 0 0 101011 101010 111100 11011 101110

Color Harmonies of #949455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949455

Black with #949455

Text Example


Text Example

White with #949455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949455; }

 p { color: rgb(148,148,85); }

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

background-color css

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

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

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

border-color css

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

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

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