Html Css Color HEX #999556 Avocado

📋 copy color: '#999556'

red 153 ◦ green 149 ◦ blue 86

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

Shades of Avocado #999556

Tints of Avocado #999556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.16%

R = 39.43%
G = 38.4%
B = 22.16%

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

#999556 (or 0x999556) is known color: Avocado. HEX triplet: 99, 95 and 56. RGB value is (153,149,86). Sum of RGB (Red+Green+Blue) = 153+149+86=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #999556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999556 is #666AA9. Grayscale: #8F8F8F. Windows color (decimal): -6711978 or 5674393. OLE color: 5674393.

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

Color convert

RGB 153 149 86 -
CMYK 0 0.03 0.44 0.4
HSL 56.42º 0.28% 0.47% -
HSV(B) 56.42º 0.44% 0.6% -
XYZ 25.56 28.94 13.04 -
YUV 143.01 95.83 135.12 -
System Red Green Blue C M Y K H S L
Decimal 153 149 86 0 0.03 0.44 0.4 56.42 0.28 0.47
Hex 99 95 56 0 3 2C 28 38 1C 2F
Octal 231 225 126 0 3 54 50 70 34 57
Binary 10011001 10010101 1010110 0 11 101100 101000 111000 11100 101111

Color Harmonies of #999556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999556

Black with #999556

Text Example


Text Example

White with #999556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999556; }

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

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

background-color css

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

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

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

border-color css

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

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

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