Html Css Color HEX #999557 Avocado

📋 copy color: '#999557'

red 153 ◦ green 149 ◦ blue 87

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

Shades of Avocado #999557

Tints of Avocado #999557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.37%

R = 39.33%
G = 38.3%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.4

RGB Variations

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

Color information

#999557 (or 0x999557) is known color: Avocado. HEX triplet: 99, 95 and 57. RGB value is (153,149,87). Sum of RGB (Red+Green+Blue) = 153+149+87=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #999557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999557 is #666AA8. Grayscale: #8F8F8F. Windows color (decimal): -6711977 or 5739929. OLE color: 5739929.

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

Color convert

RGB 153 149 87 -
CMYK 0 0.03 0.43 0.4
HSL 56.36º 0.28% 0.47% -
HSV(B) 56.36º 0.43% 0.6% -
XYZ 25.6 28.96 13.26 -
YUV 143.13 96.33 135.04 -
System Red Green Blue C M Y K H S L
Decimal 153 149 87 0 0.03 0.43 0.4 56.36 0.28 0.47
Hex 99 95 57 0 3 2B 28 38 1C 2F
Octal 231 225 127 0 3 53 50 70 34 57
Binary 10011001 10010101 1010111 0 11 101011 101000 111000 11100 101111

Color Harmonies of #999557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999557

Black with #999557

Text Example


Text Example

White with #999557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999557; }

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

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

background-color css

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

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

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

border-color css

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

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

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