Html Css Color HEX #819C5D Asparagus

📋 copy color: '#819C5D'

red 129 ◦ green 156 ◦ blue 93

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

Shades of Asparagus #819C5D

Tints of Asparagus #819C5D

RGB

 RED value IS 129 (50.78% from 255) = 34.13%

 GREEN value IS 156 (61.33% from 255) = 41.27%

 BLUE value IS 93 (36.72% from 255) = 24.6%

R = 34.13%
G = 41.27%
B = 24.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#819C5D (or 0x819C5D) is known color: Asparagus. HEX triplet: 81, 9C and 5D. RGB value is (129,156,93). Sum of RGB (Red+Green+Blue) = 129+156+93=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 156 - color contains mainly: green. Hex color #819C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819C5D is #7E63A2. Grayscale: #8C8C8C. Windows color (decimal): -8283043 or 6134913. OLE color: 6134913.

HSL color Cylindrical-coordinate representation of color #819C5D: hue angle of 85.71º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #819C5D is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 156 93 -
CMYK 0.17 0 0.40 0.39
HSL 85.71º 0.25% 0.49% -
HSV(B) 85.71º 0.4% 0.61% -
XYZ 22.92 29.23 14.79 -
YUV 140.75 101.05 119.62 -
System Red Green Blue C M Y K H S L
Decimal 129 156 93 0.17 0 0.40 0.39 85.71 0.25 0.49
Hex 81 9C 5D 11 0 28 27 56 19 31
Octal 201 234 135 21 0 50 47 126 31 61
Binary 10000001 10011100 1011101 10001 0 101000 100111 1010110 11001 110001

Color Harmonies of #819C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819C5D

Black with #819C5D

Text Example


Text Example

White with #819C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819C5D; }

 p { color: rgb(129,156,93); }

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

background-color css

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

 a { background-color: rgb(129,156,93); }

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

border-color css

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

 span { border-color: rgb(129,156,93); }

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