Html Css Color HEX #819A50 Chelsea Cucumber

📋 copy color: '#819A50'

red 129 ◦ green 154 ◦ blue 80

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

Shades of Chelsea Cucumber #819A50

Tints of Chelsea Cucumber #819A50

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.42%

 BLUE value IS 80 (31.64% from 255) = 22.04%

R = 35.54%
G = 42.42%
B = 22.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#819A50 (or 0x819A50) is known color: Chelsea Cucumber. HEX triplet: 81, 9A and 50. RGB value is (129,154,80). Sum of RGB (Red+Green+Blue) = 129+154+80=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 154 - color contains mainly: green. Hex color #819A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819A50 is #7E65AF. Grayscale: #8A8A8A. Windows color (decimal): -8283568 or 5282433. OLE color: 5282433.

HSL color Cylindrical-coordinate representation of color #819A50: hue angle of 80.27º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #819A50 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB 129 154 80 -
CMYK 0.16 0 0.48 0.40
HSL 80.27º 0.32% 0.46% -
HSV(B) 80.27º 0.48% 0.6% -
XYZ 22.06 28.36 11.9 -
YUV 138.09 95.22 121.52 -
System Red Green Blue C M Y K H S L
Decimal 129 154 80 0.16 0 0.48 0.40 80.27 0.32 0.46
Hex 81 9A 50 10 0 30 28 50 20 2E
Octal 201 232 120 20 0 60 50 120 40 56
Binary 10000001 10011010 1010000 10000 0 110000 101000 1010000 100000 101110

Color Harmonies of #819A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819A50

Black with #819A50

Text Example


Text Example

White with #819A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,154,80); }

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

background-color css

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

 a { background-color: rgb(129,154,80); }

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

border-color css

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

 span { border-color: rgb(129,154,80); }

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