Html Css Color HEX #819B5D Asparagus

📋 copy color: '#819B5D'

red 129 ◦ green 155 ◦ blue 93

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

Shades of Asparagus #819B5D

Tints of Asparagus #819B5D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.11%

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

R = 34.22%
G = 41.11%
B = 24.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#819B5D (or 0x819B5D) is known color: Asparagus. HEX triplet: 81, 9B and 5D. RGB value is (129,155,93). Sum of RGB (Red+Green+Blue) = 129+155+93=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 155 - color contains mainly: green. Hex color #819B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819B5D is #7E64A2. Grayscale: #8C8C8C. Windows color (decimal): -8283299 or 6134657. OLE color: 6134657.

HSL color Cylindrical-coordinate representation of color #819B5D: hue angle of 85.16º 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 #819B5D is Cyan = 0.17, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 155 93 -
CMYK 0.17 0 0.4 0.39
HSL 85.16º 0.25% 0.49% -
HSV(B) 85.16º 0.4% 0.61% -
XYZ 22.75 28.9 14.74 -
YUV 140.16 101.39 120.04 -
System Red Green Blue C M Y K H S L
Decimal 129 155 93 0.17 0 0.4 0.39 85.16 0.25 0.49
Hex 81 9B 5D 11 0 28 27 55 19 31
Octal 201 233 135 21 0 50 47 125 31 61
Binary 10000001 10011011 1011101 10001 0 101000 100111 1010101 11001 110001

Color Harmonies of #819B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819B5D

Black with #819B5D

Text Example


Text Example

White with #819B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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