#82B845

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

Shades of Chelsea Cucumber #82B845

Tints of Chelsea Cucumber #82B845

Color information

#82B845 (or 0x82B845) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, B8 and 45. RGB value is (130,184,69). Sum of RGB (Red+Green+Blue) = 130+184+69=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 184 - color contains mainly: green. Hex color #82B845 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B845 is #7D47BA. Grayscale: #9B9B9B. Windows color (decimal): -8210363 or 4569218. OLE color: 4569218.

HSL color Cylindrical-coordinate representation of color #82B845: hue angle of 88.17º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82B845 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB13018469-
CMYK0.2900.620.28
HSL88.17º45.45%49.61%-
HSV(B)88.17º62.5%72.16%-
XYZ27.4239.4611.8-
YUV154.7479.61110.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.94%
GREEN value IS 184 (72.27% from 255) = 48.04%
BLUE value IS 69 (27.34% from 255) = 18.02%
R=33.94%
G=48.04%
B=18.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal130184690.2900.620.2888.1745.4549.61
Hex82B8451D03E1C582d32
Octal20227010535076341305562
Binary10000010101110001000101111010111110111001011000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82B845; }

 p { color: rgb(130,184,69); }

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

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

 a { background-color: rgb(130,184,69); }

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

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

 span { border-color: rgb(130,184,69); }

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