#829550

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

Shades of Chelsea Cucumber #829550

Tints of Chelsea Cucumber #829550

Color information

#829550 (or 0x829550) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, 95 and 50. RGB value is (130,149,80). Sum of RGB (Red+Green+Blue) = 130+149+80=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #829550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829550 is #7D6AAF. Grayscale: #878787. Windows color (decimal): -8219312 or 5281154. OLE color: 5281154.

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

Color convert

RGB13014980-
CMYK0.1300.460.42
HSL76.52º30.13%44.9%-
HSV(B)76.52º46.31%58.43%-
XYZ21.426.8211.64-
YUV135.4596.71124.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.21%
GREEN value IS 149 (58.59% from 255) = 41.50%
BLUE value IS 80 (31.64% from 255) = 22.28%
R=36.21%
G=41.50%
B=22.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130149800.1300.460.4276.5230.1344.9
Hex829550D02E2A4d1e2d
Octal20222512015056521153655
Binary1000001010010101101000011010101110101010100110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829550; }

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

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

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

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

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

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

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

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