#999457

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

Shades of Avocado #999457

Tints of Avocado #999457

Color information

#999457 (or 0x999457) is unknown color: approx Avocado. HEX triplet: 99, 94 and 57. RGB value is (153,148,87). Sum of RGB (Red+Green+Blue) = 153+148+87=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #999457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999457 is #666BA8. Grayscale: #8E8E8E. Windows color (decimal): -6712233 or 5739673. OLE color: 5739673.

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

Color convert

RGB15314887-
CMYK00.030.430.4
HSL55.45º27.5%47.06%-
HSV(B)55.45º43.14%60%-
XYZ25.4528.6413.2-
YUV142.5496.66135.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.43%
GREEN value IS 148 (58.20% from 255) = 38.14%
BLUE value IS 87 (34.38% from 255) = 22.42%
R=39.43%
G=38.14%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531488700.030.430.455.4527.547.06
Hex999457032B28371c2f
Octal231224127035350673457
Binary1001100110010100101011101110101110100011011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999457; }

 p { color: rgb(153,148,87); }

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

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

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

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

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

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

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