#829B53

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

Shades of Chelsea Cucumber #829B53

Tints of Chelsea Cucumber #829B53

Color information

#829B53 (or 0x829B53) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, 9B and 53. RGB value is (130,155,83). Sum of RGB (Red+Green+Blue) = 130+155+83=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 155 - color contains mainly: green. Hex color #829B53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829B53 is #7D64AC. Grayscale: #8B8B8B. Windows color (decimal): -8217773 or 5479298. OLE color: 5479298.

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

Color convert

RGB13015583-
CMYK0.1600.460.39
HSL80.83º30.25%46.67%-
HSV(B)80.83º46.45%60.78%-
XYZ22.4928.8112.56-
YUV139.3296.22121.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.33%
GREEN value IS 155 (60.94% from 255) = 42.12%
BLUE value IS 83 (32.81% from 255) = 22.55%
R=35.33%
G=42.12%
B=22.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130155830.1600.460.3980.8330.2546.67
Hex829B531002E27511e2f
Octal20223312320056471213657
Binary10000010100110111010011100000101110100111101000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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