Html Css Color HEX #999659 Avocado

📋 copy color: '#999659'

red 153 ◦ green 150 ◦ blue 89

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

Shades of Avocado #999659

Tints of Avocado #999659

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.27%

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

R = 39.03%
G = 38.27%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#999659 (or 0x999659) is known color: Avocado. HEX triplet: 99, 96 and 59. RGB value is (153,150,89). Sum of RGB (Red+Green+Blue) = 153+150+89=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #999659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999659 is #6669A6. Grayscale: #909090. Windows color (decimal): -6711719 or 5871257. OLE color: 5871257.

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

Color convert

RGB 153 150 89 -
CMYK 0 0.02 0.42 0.4
HSL 57.19º 0.26% 0.47% -
HSV(B) 57.19º 0.42% 0.6% -
XYZ 25.85 29.31 13.75 -
YUV 143.94 96.99 134.46 -
System Red Green Blue C M Y K H S L
Decimal 153 150 89 0 0.02 0.42 0.4 57.19 0.26 0.47
Hex 99 96 59 0 2 2A 28 39 1A 2F
Octal 231 226 131 0 2 52 50 71 32 57
Binary 10011001 10010110 1011001 0 10 101010 101000 111001 11010 101111

Color Harmonies of #999659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999659

Black with #999659

Text Example


Text Example

White with #999659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999659; }

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

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

background-color css

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

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

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

border-color css

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

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

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