#829D55

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

Shades of Chelsea Cucumber #829D55

Tints of Chelsea Cucumber #829D55

Color information

#829D55 (or 0x829D55) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, 9D and 55. RGB value is (130,157,85). Sum of RGB (Red+Green+Blue) = 130+157+85=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 157 - color contains mainly: green. Hex color #829D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829D55 is #7D62AA. Grayscale: #8C8C8C. Windows color (decimal): -8217259 or 5610882. OLE color: 5610882.

HSL color Cylindrical-coordinate representation of color #829D55: hue angle of 82.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #829D55 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB13015785-
CMYK0.1700.460.38
HSL82.5º29.75%47.45%-
HSV(B)82.5º45.86%61.57%-
XYZ22.929.5213.08-
YUV140.7296.55120.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 157 (61.72% from 255) = 42.20%
BLUE value IS 85 (33.59% from 255) = 22.85%
R=34.95%
G=42.20%
B=22.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130157850.1700.460.3882.529.7547.45
Hex829D551102E26521e2f
Octal20223512521056461223657
Binary10000010100111011010101100010101110100110101001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,157,85); }

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

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

 a { background-color: rgb(130,157,85); }

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

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

 span { border-color: rgb(130,157,85); }

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