Html Css Color HEX #819B55 Asparagus

📋 copy color: '#819B55'

red 129 ◦ green 155 ◦ blue 85

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

Shades of Asparagus #819B55

Tints of Asparagus #819B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.04%

R = 34.96%
G = 42.01%
B = 23.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#819B55 (or 0x819B55) is known color: Asparagus. HEX triplet: 81, 9B and 55. RGB value is (129,155,85). Sum of RGB (Red+Green+Blue) = 129+155+85=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 155 - color contains mainly: green. Hex color #819B55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819B55 is #7E64AA. Grayscale: #8B8B8B. Windows color (decimal): -8283307 or 5610369. OLE color: 5610369.

HSL color Cylindrical-coordinate representation of color #819B55: hue angle of 82.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #819B55 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 155 85 -
CMYK 0.17 0 0.45 0.39
HSL 82.29º 0.29% 0.47% -
HSV(B) 82.29º 0.45% 0.61% -
XYZ 22.41 28.77 12.97 -
YUV 139.25 97.39 120.69 -
System Red Green Blue C M Y K H S L
Decimal 129 155 85 0.17 0 0.45 0.39 82.29 0.29 0.47
Hex 81 9B 55 11 0 2D 27 52 1D 2F
Octal 201 233 125 21 0 55 47 122 35 57
Binary 10000001 10011011 1010101 10001 0 101101 100111 1010010 11101 101111

Color Harmonies of #819B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819B55

Black with #819B55

Text Example


Text Example

White with #819B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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