#999958

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

Shades of Avocado #999958

Tints of Avocado #999958

Color information

#999958 (or 0x999958) is unknown color: approx Avocado. HEX triplet: 99, 99 and 58. RGB value is (153,153,88). Sum of RGB (Red+Green+Blue) = 153+153+88=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999958 is #6666A7. Grayscale: #919191. Windows color (decimal): -6710952 or 5806489. OLE color: 5806489.

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

Color convert

RGB15315388-
CMYK000.420.4
HSL60º26.97%47.25%-
HSV(B)60º42.48%60%-
XYZ26.2930.2613.69-
YUV145.5995.5133.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.83%
GREEN value IS 153 (60.16% from 255) = 38.83%
BLUE value IS 88 (34.77% from 255) = 22.34%
R=38.83%
G=38.83%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315388000.420.46026.9747.25
Hex999958002A283c1b2f
Octal231231130005250743357
Binary100110011001100110110000010101010100011110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999958; }

 p { color: rgb(153,153,88); }

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

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

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

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

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

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

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