Html Css Color HEX #809A52 Asparagus

📋 copy color: '#809A52'

red 128 ◦ green 154 ◦ blue 82

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

Shades of Asparagus #809A52

Tints of Asparagus #809A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.53%

R = 35.16%
G = 42.31%
B = 22.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#809A52 (or 0x809A52) is known color: Asparagus. HEX triplet: 80, 9A and 52. RGB value is (128,154,82). Sum of RGB (Red+Green+Blue) = 128+154+82=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 154 - color contains mainly: green. Hex color #809A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809A52 is #7F65AD. Grayscale: #8A8A8A. Windows color (decimal): -8349102 or 5413504. OLE color: 5413504.

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

Color convert

RGB 128 154 82 -
CMYK 0.17 0 0.47 0.40
HSL 81.67º 0.31% 0.46% -
HSV(B) 81.67º 0.47% 0.6% -
XYZ 21.98 28.31 12.29 -
YUV 138.02 96.39 120.85 -
System Red Green Blue C M Y K H S L
Decimal 128 154 82 0.17 0 0.47 0.40 81.67 0.31 0.46
Hex 80 9A 52 11 0 2F 28 52 1F 2E
Octal 200 232 122 21 0 57 50 122 37 56
Binary 10000000 10011010 1010010 10001 0 101111 101000 1010010 11111 101110

Color Harmonies of #809A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809A52

Black with #809A52

Text Example


Text Example

White with #809A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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