#829650

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

Shades of Chelsea Cucumber #829650

Tints of Chelsea Cucumber #829650

Color information

#829650 (or 0x829650) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, 96 and 50. RGB value is (130,150,80). Sum of RGB (Red+Green+Blue) = 130+150+80=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #829650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829650 is #7D69AF. Grayscale: #888888. Windows color (decimal): -8219056 or 5281410. OLE color: 5281410.

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

Color convert

RGB13015080-
CMYK0.1300.470.41
HSL77.14º30.43%45.1%-
HSV(B)77.14º46.67%58.82%-
XYZ21.5627.1411.69-
YUV136.0496.37123.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.11%
GREEN value IS 150 (58.98% from 255) = 41.67%
BLUE value IS 80 (31.64% from 255) = 22.22%
R=36.11%
G=41.67%
B=22.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130150800.1300.470.4177.1430.4345.1
Hex829650D02F294d1e2d
Octal20222612015057511153655
Binary1000001010010110101000011010101111101001100110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829650; }

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

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

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

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

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

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

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

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