Html Css Color HEX #999A59 Avocado

📋 copy color: '#999A59'

red 153 ◦ green 154 ◦ blue 89

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

Shades of Avocado #999A59

Tints of Avocado #999A59

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.89%

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

R = 38.64%
G = 38.89%
B = 22.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#999A59 (or 0x999A59) is known color: Avocado. HEX triplet: 99, 9A and 59. RGB value is (153,154,89). Sum of RGB (Red+Green+Blue) = 153+154+89=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 154 - color contains mainly: green. Hex color #999A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999A59 is #6665A6. Grayscale: #929292. Windows color (decimal): -6710695 or 5872281. OLE color: 5872281.

HSL color Cylindrical-coordinate representation of color #999A59: hue angle of 60.92º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #999A59 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 153 154 89 -
CMYK 0.01 0 0.42 0.40
HSL 60.92º 0.27% 0.48% -
HSV(B) 60.92º 0.42% 0.6% -
XYZ 26.5 30.6 13.96 -
YUV 146.29 95.67 132.79 -
System Red Green Blue C M Y K H S L
Decimal 153 154 89 0.01 0 0.42 0.40 60.92 0.27 0.48
Hex 99 9A 59 1 0 2A 28 3D 1B 30
Octal 231 232 131 1 0 52 50 75 33 60
Binary 10011001 10011010 1011001 1 0 101010 101000 111101 11011 110000

Color Harmonies of #999A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999A59

Black with #999A59

Text Example


Text Example

White with #999A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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