Html Css Color HEX #949555 Avocado

📋 copy color: '#949555'

red 148 ◦ green 149 ◦ blue 85

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

Shades of Avocado #949555

Tints of Avocado #949555

RGB

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

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

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

R = 38.74%
G = 39.01%
B = 22.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#949555 (or 0x949555) is known color: Avocado. HEX triplet: 94, 95 and 55. RGB value is (148,149,85). Sum of RGB (Red+Green+Blue) = 148+149+85=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 149 - color contains mainly: green. Hex color #949555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949555 is #6B6AAA. Grayscale: #8D8D8D. Windows color (decimal): -7039659 or 5608852. OLE color: 5608852.

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

Color convert

RGB 148 149 85 -
CMYK 0.01 0 0.43 0.42
HSL 60.94º 0.27% 0.46% -
HSV(B) 60.94º 0.43% 0.58% -
XYZ 24.6 28.45 12.79 -
YUV 141.41 96.17 132.7 -
System Red Green Blue C M Y K H S L
Decimal 148 149 85 0.01 0 0.43 0.42 60.94 0.27 0.46
Hex 94 95 55 1 0 2B 2A 3D 1B 2E
Octal 224 225 125 1 0 53 52 75 33 56
Binary 10010100 10010101 1010101 1 0 101011 101010 111101 11011 101110

Color Harmonies of #949555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949555

Black with #949555

Text Example


Text Example

White with #949555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949555; }

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

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

background-color css

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

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

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

border-color css

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

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

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