Html Css Color HEX #999559 Avocado

📋 copy color: '#999559'

red 153 ◦ green 149 ◦ blue 89

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

Shades of Avocado #999559

Tints of Avocado #999559

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.11%

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

R = 39.13%
G = 38.11%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#999559 (or 0x999559) is known color: Avocado. HEX triplet: 99, 95 and 59. RGB value is (153,149,89). Sum of RGB (Red+Green+Blue) = 153+149+89=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #999559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999559 is #666AA6. Grayscale: #8F8F8F. Windows color (decimal): -6711975 or 5871001. OLE color: 5871001.

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

Color convert

RGB 153 149 89 -
CMYK 0 0.03 0.42 0.4
HSL 56.25º 0.26% 0.47% -
HSV(B) 56.25º 0.42% 0.6% -
XYZ 25.69 28.99 13.69 -
YUV 143.36 97.33 134.88 -
System Red Green Blue C M Y K H S L
Decimal 153 149 89 0 0.03 0.42 0.4 56.25 0.26 0.47
Hex 99 95 59 0 3 2A 28 38 1A 2F
Octal 231 225 131 0 3 52 50 70 32 57
Binary 10011001 10010101 1011001 0 11 101010 101000 111000 11010 101111

Color Harmonies of #999559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999559

Black with #999559

Text Example


Text Example

White with #999559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999559; }

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

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

background-color css

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

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

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

border-color css

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

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

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