#829852

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

Shades of Chelsea Cucumber #829852

Tints of Chelsea Cucumber #829852

Color information

#829852 (or 0x829852) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, 98 and 52. RGB value is (130,152,82). Sum of RGB (Red+Green+Blue) = 130+152+82=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #829852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829852 is #7D67AD. Grayscale: #898989. Windows color (decimal): -8218542 or 5412994. OLE color: 5412994.

HSL color Cylindrical-coordinate representation of color #829852: hue angle of 78.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #829852 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB13015282-
CMYK0.1400.460.40
HSL78.86º29.91%45.88%-
HSV(B)78.86º46.05%59.61%-
XYZ21.9627.8112.19-
YUV137.4496.71122.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.71%
GREEN value IS 152 (59.77% from 255) = 41.76%
BLUE value IS 82 (32.42% from 255) = 22.53%
R=35.71%
G=41.76%
B=22.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130152820.1400.460.4078.8629.9145.88
Hex829852E02E284f1e2e
Octal20223012216056501173656
Binary1000001010011000101001011100101110101000100111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829852; }

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

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

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

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

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

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

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

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