#829B52

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

Shades of Chelsea Cucumber #829B52

Tints of Chelsea Cucumber #829B52

Color information

#829B52 (or 0x829B52) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, 9B and 52. RGB value is (130,155,82). Sum of RGB (Red+Green+Blue) = 130+155+82=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 155 - color contains mainly: green. Hex color #829B52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829B52 is #7D64AD. Grayscale: #8B8B8B. Windows color (decimal): -8217774 or 5413762. OLE color: 5413762.

HSL color Cylindrical-coordinate representation of color #829B52: hue angle of 80.55º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #829B52 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB13015582-
CMYK0.1600.470.39
HSL80.55º30.8%46.47%-
HSV(B)80.55º47.1%60.78%-
XYZ22.4528.812.36-
YUV139.295.72121.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.42%
GREEN value IS 155 (60.94% from 255) = 42.23%
BLUE value IS 82 (32.42% from 255) = 22.34%
R=35.42%
G=42.23%
B=22.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130155820.1600.470.3980.5530.846.47
Hex829B521002F27511f2e
Octal20223312220057471213756
Binary10000010100110111010010100000101111100111101000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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