#829F54

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

Shades of Chelsea Cucumber #829F54

Tints of Chelsea Cucumber #829F54

Color information

#829F54 (or 0x829F54) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, 9F and 54. RGB value is (130,159,84). Sum of RGB (Red+Green+Blue) = 130+159+84=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 159 - color contains mainly: green. Hex color #829F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829F54 is #7D60AB. Grayscale: #8E8E8E. Windows color (decimal): -8216748 or 5545858. OLE color: 5545858.

HSL color Cylindrical-coordinate representation of color #829F54: hue angle of 83.2º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #829F54 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB13015984-
CMYK0.1800.470.38
HSL83.2º30.86%47.65%-
HSV(B)83.2º47.17%62.35%-
XYZ23.230.1812.99-
YUV141.7895.39119.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.85%
GREEN value IS 159 (62.5% from 255) = 42.63%
BLUE value IS 84 (33.20% from 255) = 22.52%
R=34.85%
G=42.63%
B=22.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130159840.1800.470.3883.230.8647.65
Hex829F541202F26531f30
Octal20223712422057461233760
Binary10000010100111111010100100100101111100110101001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829F54; }

 p { color: rgb(130,159,84); }

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

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

 a { background-color: rgb(130,159,84); }

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

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

 span { border-color: rgb(130,159,84); }

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