#829F50

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

Shades of Chelsea Cucumber #829F50

Tints of Chelsea Cucumber #829F50

Color information

#829F50 (or 0x829F50) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, 9F and 50. RGB value is (130,159,80). Sum of RGB (Red+Green+Blue) = 130+159+80=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 159 - color contains mainly: green. Hex color #829F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829F50 is #7D60AF. Grayscale: #8D8D8D. Windows color (decimal): -8216752 or 5283714. OLE color: 5283714.

HSL color Cylindrical-coordinate representation of color #829F50: hue angle of 82.03º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #829F50 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB13015980-
CMYK0.1800.500.38
HSL82.03º33.05%46.86%-
HSV(B)82.03º49.69%62.35%-
XYZ23.0530.1212.19-
YUV141.3293.39119.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.23%
GREEN value IS 159 (62.5% from 255) = 43.09%
BLUE value IS 80 (31.64% from 255) = 21.68%
R=35.23%
G=43.09%
B=21.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130159800.1800.500.3882.0333.0546.86
Hex829F50120322652212f
Octal20223712022062461224157
Binary100000101001111110100001001001100101001101010010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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