#99955C

Color #99955C Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #99955C

Tints of Avocado #99955C

Color information

#99955C (or 0x99955C) is unknown color: approx Avocado. HEX triplet: 99, 95 and 5C. RGB value is (153,149,92). Sum of RGB (Red+Green+Blue) = 153+149+92=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #99955C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99955C is #666AA3. Grayscale: #8F8F8F. Windows color (decimal): -6711972 or 6067609. OLE color: 6067609.

HSL color Cylindrical-coordinate representation of color #99955C: hue angle of 56.07º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99955C is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB15314992-
CMYK00.030.400.4
HSL56.07º24.9%48.04%-
HSV(B)56.07º39.87%60%-
XYZ25.8229.0414.37-
YUV143.798.83134.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.83%
GREEN value IS 149 (58.59% from 255) = 37.82%
BLUE value IS 92 (36.33% from 255) = 23.35%
R=38.83%
G=37.82%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531499200.030.400.456.0724.948.04
Hex99955C032828381930
Octal231225134035050703160
Binary1001100110010101101110001110100010100011100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99955C; }

 p { color: rgb(153,149,92); }

 H1.HeaderClassName
 {
   color: #99955C;
 }
 .AnyTagClassName
 {
   color: #99955C;
 }
</style>
background-color css

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

 a { background-color: rgb(153,149,92); }

 div.DivClassName
 {
   background-color: #99955C;
 }
 .BgClassName
 {
   background-color: #99955C;
 }
</style>
border-color css

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

 span { border-color: rgb(153,149,92); }

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