#829552

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

Shades of Chelsea Cucumber #829552

Tints of Chelsea Cucumber #829552

Color information

#829552 (or 0x829552) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, 95 and 52. RGB value is (130,149,82). Sum of RGB (Red+Green+Blue) = 130+149+82=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #829552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829552 is #7D6AAD. Grayscale: #878787. Windows color (decimal): -8219310 or 5412226. OLE color: 5412226.

HSL color Cylindrical-coordinate representation of color #829552: hue angle of 77.01º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #829552 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB13014982-
CMYK0.1300.450.42
HSL77.01º29%45.29%-
HSV(B)77.01º44.97%58.43%-
XYZ21.4826.8512.03-
YUV135.6897.71123.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.01%
GREEN value IS 149 (58.59% from 255) = 41.27%
BLUE value IS 82 (32.42% from 255) = 22.71%
R=36.01%
G=41.27%
B=22.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130149820.1300.450.4277.012945.29
Hex829552D02D2A4d1d2d
Octal20222512215055521153555
Binary1000001010010101101001011010101101101010100110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829552; }

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

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

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

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

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

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

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

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