#829953

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

Shades of Chelsea Cucumber #829953

Tints of Chelsea Cucumber #829953

Color information

#829953 (or 0x829953) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, 99 and 53. RGB value is (130,153,83). Sum of RGB (Red+Green+Blue) = 130+153+83=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #829953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829953 is #7D66AC. Grayscale: #8A8A8A. Windows color (decimal): -8218285 or 5478786. OLE color: 5478786.

HSL color Cylindrical-coordinate representation of color #829953: hue angle of 79.71º 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 #829953 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB13015383-
CMYK0.1500.460.4
HSL79.71º29.66%46.27%-
HSV(B)79.71º45.75%60%-
XYZ22.1628.1512.45-
YUV138.1496.88122.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 153 (60.16% from 255) = 41.80%
BLUE value IS 83 (32.81% from 255) = 22.68%
R=35.52%
G=41.80%
B=22.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal130153830.1500.460.479.7129.6646.27
Hex829953F02E28501e2e
Octal20223112317056501203656
Binary1000001010011001101001111110101110101000101000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829953; }

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

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

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

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

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

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

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

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