Html Css Color HEX #819955 Asparagus

📋 copy color: '#819955'

red 129 ◦ green 153 ◦ blue 85

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

Shades of Asparagus #819955

Tints of Asparagus #819955

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.69%

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

R = 35.15%
G = 41.69%
B = 23.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#819955 (or 0x819955) is known color: Asparagus. HEX triplet: 81, 99 and 55. RGB value is (129,153,85). Sum of RGB (Red+Green+Blue) = 129+153+85=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #819955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819955 is #7E66AA. Grayscale: #8A8A8A. Windows color (decimal): -8283819 or 5609857. OLE color: 5609857.

HSL color Cylindrical-coordinate representation of color #819955: hue angle of 81.18º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #819955 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 129 153 85 -
CMYK 0.16 0 0.44 0.4
HSL 81.18º 0.29% 0.47% -
HSV(B) 81.18º 0.44% 0.6% -
XYZ 22.08 28.11 12.86 -
YUV 138.07 98.05 121.53 -
System Red Green Blue C M Y K H S L
Decimal 129 153 85 0.16 0 0.44 0.4 81.18 0.29 0.47
Hex 81 99 55 10 0 2C 28 51 1D 2F
Octal 201 231 125 20 0 54 50 121 35 57
Binary 10000001 10011001 1010101 10000 0 101100 101000 1010001 11101 101111

Color Harmonies of #819955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819955

Black with #819955

Text Example


Text Example

White with #819955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819955; }

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

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

background-color css

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

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

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

border-color css

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

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

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