Html Css Color HEX #809A53 Asparagus

📋 copy color: '#809A53'

red 128 ◦ green 154 ◦ blue 83

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

Shades of Asparagus #809A53

Tints of Asparagus #809A53

RGB

 RED value IS 128 (50.39% from 255) = 35.07%

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

 BLUE value IS 83 (32.81% from 255) = 22.74%

R = 35.07%
G = 42.19%
B = 22.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#809A53 (or 0x809A53) is known color: Asparagus. HEX triplet: 80, 9A and 53. RGB value is (128,154,83). Sum of RGB (Red+Green+Blue) = 128+154+83=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 154 - color contains mainly: green. Hex color #809A53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809A53 is #7F65AC. Grayscale: #8A8A8A. Windows color (decimal): -8349101 or 5479040. OLE color: 5479040.

HSL color Cylindrical-coordinate representation of color #809A53: hue angle of 81.97º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #809A53 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 154 83 -
CMYK 0.17 0 0.46 0.40
HSL 81.97º 0.3% 0.46% -
HSV(B) 81.97º 0.46% 0.6% -
XYZ 22.02 28.32 12.49 -
YUV 138.13 96.89 120.77 -
System Red Green Blue C M Y K H S L
Decimal 128 154 83 0.17 0 0.46 0.40 81.97 0.3 0.46
Hex 80 9A 53 11 0 2E 28 52 1E 2E
Octal 200 232 123 21 0 56 50 122 36 56
Binary 10000000 10011010 1010011 10001 0 101110 101000 1010010 11110 101110

Color Harmonies of #809A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809A53

Black with #809A53

Text Example


Text Example

White with #809A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809A53; }

 p { color: rgb(128,154,83); }

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

background-color css

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

 a { background-color: rgb(128,154,83); }

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

border-color css

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

 span { border-color: rgb(128,154,83); }

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