#82B054

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

Shades of Chelsea Cucumber #82B054

Tints of Chelsea Cucumber #82B054

Color information

#82B054 (or 0x82B054) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, B0 and 54. RGB value is (130,176,84). Sum of RGB (Red+Green+Blue) = 130+176+84=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 176 - color contains mainly: green. Hex color #82B054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B054 is #7D4FAB. Grayscale: #989898. Windows color (decimal): -8212396 or 5550210. OLE color: 5550210.

HSL color Cylindrical-coordinate representation of color #82B054: hue angle of 90º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82B054 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB13017684-
CMYK0.2600.520.31
HSL90º36.8%50.98%-
HSV(B)90º52.27%69.02%-
XYZ26.3336.4414.03-
YUV151.7689.76112.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.33%
GREEN value IS 176 (69.14% from 255) = 45.13%
BLUE value IS 84 (33.20% from 255) = 21.54%
R=33.33%
G=45.13%
B=21.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130176840.2600.520.319036.850.98
Hex82B0541A0341F5a2533
Octal20226012432064371324563
Binary10000010101100001010100110100110100111111011010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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