Html Css Color HEX #819C50 Chelsea Cucumber

📋 copy color: '#819C50'

red 129 ◦ green 156 ◦ blue 80

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

Shades of Chelsea Cucumber #819C50

Tints of Chelsea Cucumber #819C50

RGB

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

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

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

R = 35.34%
G = 42.74%
B = 21.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#819C50 (or 0x819C50) is known color: Chelsea Cucumber. HEX triplet: 81, 9C and 50. RGB value is (129,156,80). Sum of RGB (Red+Green+Blue) = 129+156+80=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 156 - color contains mainly: green. Hex color #819C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819C50 is #7E63AF. Grayscale: #8B8B8B. Windows color (decimal): -8283056 or 5282945. OLE color: 5282945.

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

Color convert

RGB 129 156 80 -
CMYK 0.17 0 0.49 0.39
HSL 81.32º 0.32% 0.46% -
HSV(B) 81.32º 0.49% 0.61% -
XYZ 22.39 29.02 12.01 -
YUV 139.26 94.55 120.68 -
System Red Green Blue C M Y K H S L
Decimal 129 156 80 0.17 0 0.49 0.39 81.32 0.32 0.46
Hex 81 9C 50 11 0 31 27 51 20 2E
Octal 201 234 120 21 0 61 47 121 40 56
Binary 10000001 10011100 1010000 10001 0 110001 100111 1010001 100000 101110

Color Harmonies of #819C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819C50

Black with #819C50

Text Example


Text Example

White with #819C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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