Html Css Color HEX #999558 Avocado

📋 copy color: '#999558'

red 153 ◦ green 149 ◦ blue 88

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

Shades of Avocado #999558

Tints of Avocado #999558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.56%

R = 39.23%
G = 38.21%
B = 22.56%

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

#999558 (or 0x999558) is known color: Avocado. HEX triplet: 99, 95 and 58. RGB value is (153,149,88). Sum of RGB (Red+Green+Blue) = 153+149+88=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #999558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999558 is #666AA7. Grayscale: #8F8F8F. Windows color (decimal): -6711976 or 5805465. OLE color: 5805465.

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

Color convert

RGB 153 149 88 -
CMYK 0 0.03 0.42 0.4
HSL 56.31º 0.27% 0.47% -
HSV(B) 56.31º 0.42% 0.6% -
XYZ 25.65 28.97 13.47 -
YUV 143.24 96.83 134.96 -
System Red Green Blue C M Y K H S L
Decimal 153 149 88 0 0.03 0.42 0.4 56.31 0.27 0.47
Hex 99 95 58 0 3 2A 28 38 1B 2F
Octal 231 225 130 0 3 52 50 70 33 57
Binary 10011001 10010101 1011000 0 11 101010 101000 111000 11011 101111

Color Harmonies of #999558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999558

Black with #999558

Text Example


Text Example

White with #999558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999558; }

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

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

background-color css

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

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

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

border-color css

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

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

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