#999257

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

Shades of Avocado #999257

Tints of Avocado #999257

Color information

#999257 (or 0x999257) is unknown color: approx Avocado. HEX triplet: 99, 92 and 57. RGB value is (153,146,87). Sum of RGB (Red+Green+Blue) = 153+146+87=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #999257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999257 is #666DA8. Grayscale: #8D8D8D. Windows color (decimal): -6712745 or 5739161. OLE color: 5739161.

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

Color convert

RGB15314687-
CMYK00.050.430.4
HSL53.64º27.5%47.06%-
HSV(B)53.64º43.14%60%-
XYZ25.1428.0213.1-
YUV141.3797.32136.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.64%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 87 (34.38% from 255) = 22.54%
R=39.64%
G=37.82%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531468700.050.430.453.6427.547.06
Hex999257052B28361c2f
Octal231222127055350663457
Binary10011001100100101010111010110101110100011011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999257; }

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

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

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

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

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

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

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

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