#829958

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

Shades of Chelsea Cucumber #829958

Tints of Chelsea Cucumber #829958

Color information

#829958 (or 0x829958) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, 99 and 58. RGB value is (130,153,88). Sum of RGB (Red+Green+Blue) = 130+153+88=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #829958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829958 is #7D66A7. Grayscale: #8A8A8A. Windows color (decimal): -8218280 or 5806466. OLE color: 5806466.

HSL color Cylindrical-coordinate representation of color #829958: hue angle of 81.23º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #829958 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB13015388-
CMYK0.1500.420.4
HSL81.23º26.97%47.25%-
HSV(B)81.23º42.48%60%-
XYZ22.3628.2313.5-
YUV138.7199.38121.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 153 (60.16% from 255) = 41.24%
BLUE value IS 88 (34.77% from 255) = 23.72%
R=35.04%
G=41.24%
B=23.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal130153880.1500.420.481.2326.9747.25
Hex829958F02A28511b2f
Octal20223113017052501213357
Binary1000001010011001101100011110101010101000101000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829958; }

 p { color: rgb(130,153,88); }

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

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

 a { background-color: rgb(130,153,88); }

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

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

 span { border-color: rgb(130,153,88); }

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