#829C50

Color #829C50 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #829C50

Tints of Chelsea Cucumber #829C50

Color information

#829C50 (or 0x829C50) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, 9C and 50. RGB value is (130,156,80). Sum of RGB (Red+Green+Blue) = 130+156+80=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 156 - color contains mainly: green. Hex color #829C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829C50 is #7D63AF. Grayscale: #8B8B8B. Windows color (decimal): -8217520 or 5282946. OLE color: 5282946.

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

Color convert

RGB13015680-
CMYK0.1700.490.39
HSL80.53º32.2%46.27%-
HSV(B)80.53º48.72%61.18%-
XYZ22.5429.112.02-
YUV139.5694.39121.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 156 (61.33% from 255) = 42.62%
BLUE value IS 80 (31.64% from 255) = 21.86%
R=35.52%
G=42.62%
B=21.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130156800.1700.490.3980.5332.246.27
Hex829C50110312751202e
Octal20223412021061471214056
Binary100000101001110010100001000101100011001111010001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #829C50;
 }
 .AnyTagClassName
 {
   color: #829C50;
 }
</style>
background-color css

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

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

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

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

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

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