#829F52

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

Shades of Chelsea Cucumber #829F52

Tints of Chelsea Cucumber #829F52

Color information

#829F52 (or 0x829F52) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, 9F and 52. RGB value is (130,159,82). Sum of RGB (Red+Green+Blue) = 130+159+82=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 159 - color contains mainly: green. Hex color #829F52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829F52 is #7D60AD. Grayscale: #8D8D8D. Windows color (decimal): -8216750 or 5414786. OLE color: 5414786.

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

Color convert

RGB13015982-
CMYK0.1800.480.38
HSL82.6º31.95%47.25%-
HSV(B)82.6º48.43%62.35%-
XYZ23.1330.1512.58-
YUV141.5594.39119.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 159 (62.5% from 255) = 42.86%
BLUE value IS 82 (32.42% from 255) = 22.10%
R=35.04%
G=42.86%
B=22.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130159820.1800.480.3882.631.9547.25
Hex829F52120302653202f
Octal20223712222060461234057
Binary100000101001111110100101001001100001001101010011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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