Html Css Color HEX #999555 Avocado

📋 copy color: '#999555'

red 153 ◦ green 149 ◦ blue 85

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

Shades of Avocado #999555

Tints of Avocado #999555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.96%

R = 39.53%
G = 38.5%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#999555 (or 0x999555) is known color: Avocado. HEX triplet: 99, 95 and 55. RGB value is (153,149,85). Sum of RGB (Red+Green+Blue) = 153+149+85=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #999555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999555 is #666AAA. Grayscale: #8F8F8F. Windows color (decimal): -6711979 or 5608857. OLE color: 5608857.

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

Color convert

RGB 153 149 85 -
CMYK 0 0.03 0.44 0.4
HSL 56.47º 0.29% 0.47% -
HSV(B) 56.47º 0.44% 0.6% -
XYZ 25.52 28.92 12.83 -
YUV 142.9 95.33 135.2 -
System Red Green Blue C M Y K H S L
Decimal 153 149 85 0 0.03 0.44 0.4 56.47 0.29 0.47
Hex 99 95 55 0 3 2C 28 38 1D 2F
Octal 231 225 125 0 3 54 50 70 35 57
Binary 10011001 10010101 1010101 0 11 101100 101000 111000 11101 101111

Color Harmonies of #999555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999555

Black with #999555

Text Example


Text Example

White with #999555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999555; }

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

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

background-color css

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

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

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

border-color css

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

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

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