Html Css Color HEX #999259 Avocado

📋 copy color: '#999259'

red 153 ◦ green 146 ◦ blue 89

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

Shades of Avocado #999259

Tints of Avocado #999259

RGB

 RED value IS 153 (60.16% from 255) = 39.43%

 GREEN value IS 146 (57.42% from 255) = 37.63%

 BLUE value IS 89 (35.16% from 255) = 22.94%

R = 39.43%
G = 37.63%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#999259 (or 0x999259) is known color: Avocado. HEX triplet: 99, 92 and 59. RGB value is (153,146,89). Sum of RGB (Red+Green+Blue) = 153+146+89=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #999259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999259 is #666DA6. Grayscale: #8D8D8D. Windows color (decimal): -6712743 or 5870233. OLE color: 5870233.

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

Color convert

RGB 153 146 89 -
CMYK 0 0.05 0.42 0.4
HSL 53.44º 0.26% 0.47% -
HSV(B) 53.44º 0.42% 0.6% -
XYZ 25.22 28.05 13.54 -
YUV 141.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 153 146 89 0 0.05 0.42 0.4 53.44 0.26 0.47
Hex 99 92 59 0 5 2A 28 35 1A 2F
Octal 231 222 131 0 5 52 50 65 32 57
Binary 10011001 10010010 1011001 0 101 101010 101000 110101 11010 101111

Color Harmonies of #999259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999259

Black with #999259

Text Example


Text Example

White with #999259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999259; }

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

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

background-color css

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

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

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

border-color css

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

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

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