#829955

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

Shades of Chelsea Cucumber #829955

Tints of Chelsea Cucumber #829955

Color information

#829955 (or 0x829955) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, 99 and 55. RGB value is (130,153,85). Sum of RGB (Red+Green+Blue) = 130+153+85=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #829955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829955 is #7D66AA. Grayscale: #8A8A8A. Windows color (decimal): -8218283 or 5609858. OLE color: 5609858.

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

Color convert

RGB13015385-
CMYK0.1500.440.4
HSL80.29º28.57%46.67%-
HSV(B)80.29º44.44%60%-
XYZ22.2428.1812.86-
YUV138.3797.88122.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.33%
GREEN value IS 153 (60.16% from 255) = 41.58%
BLUE value IS 85 (33.59% from 255) = 23.10%
R=35.33%
G=41.58%
B=23.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal130153850.1500.440.480.2928.5746.67
Hex829955F02C28501d2f
Octal20223112517054501203557
Binary1000001010011001101010111110101100101000101000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829955; }

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

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

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

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

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

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

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

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