Html Css Color HEX #809752 Asparagus

📋 copy color: '#809752'

red 128 ◦ green 151 ◦ blue 82

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

Shades of Asparagus #809752

Tints of Asparagus #809752

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.83%

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

R = 35.46%
G = 41.83%
B = 22.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#809752 (or 0x809752) is known color: Asparagus. HEX triplet: 80, 97 and 52. RGB value is (128,151,82). Sum of RGB (Red+Green+Blue) = 128+151+82=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 151 - color contains mainly: green. Hex color #809752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809752 is #7F68AD. Grayscale: #888888. Windows color (decimal): -8349870 or 5412736. OLE color: 5412736.

HSL color Cylindrical-coordinate representation of color #809752: hue angle of 80º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #809752 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 151 82 -
CMYK 0.15 0 0.46 0.41
HSL 80º 0.3% 0.46% -
HSV(B) 80º 0.46% 0.59% -
XYZ 21.49 27.33 12.13 -
YUV 136.26 97.38 122.11 -
System Red Green Blue C M Y K H S L
Decimal 128 151 82 0.15 0 0.46 0.41 80 0.3 0.46
Hex 80 97 52 F 0 2E 29 50 1E 2E
Octal 200 227 122 17 0 56 51 120 36 56
Binary 10000000 10010111 1010010 1111 0 101110 101001 1010000 11110 101110

Color Harmonies of #809752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809752

Black with #809752

Text Example


Text Example

White with #809752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809752; }

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

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

background-color css

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

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

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

border-color css

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

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

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