#829752

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

Shades of Chelsea Cucumber #829752

Tints of Chelsea Cucumber #829752

Color information

#829752 (or 0x829752) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, 97 and 52. RGB value is (130,151,82). Sum of RGB (Red+Green+Blue) = 130+151+82=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 151 - color contains mainly: green. Hex color #829752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829752 is #7D68AD. Grayscale: #898989. Windows color (decimal): -8218798 or 5412738. OLE color: 5412738.

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

Color convert

RGB13015182-
CMYK0.1400.460.41
HSL78.26º29.61%45.69%-
HSV(B)78.26º45.7%59.22%-
XYZ21.827.4912.14-
YUV136.8697.04123.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 151 (59.38% from 255) = 41.60%
BLUE value IS 82 (32.42% from 255) = 22.59%
R=35.81%
G=41.60%
B=22.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130151820.1400.460.4178.2629.6145.69
Hex829752E02E294e1e2e
Octal20222712216056511163656
Binary1000001010010111101001011100101110101001100111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829752; }

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

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

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

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

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

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

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

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