#82B452

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

Shades of Chelsea Cucumber #82B452

Tints of Chelsea Cucumber #82B452

Color information

#82B452 (or 0x82B452) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, B4 and 52. RGB value is (130,180,82). Sum of RGB (Red+Green+Blue) = 130+180+82=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #82B452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B452 is #7D4BAD. Grayscale: #9A9A9A. Windows color (decimal): -8211374 or 5420162. OLE color: 5420162.

HSL color Cylindrical-coordinate representation of color #82B452: hue angle of 90.61º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82B452 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB13018082-
CMYK0.2800.540.29
HSL90.61º39.52%51.37%-
HSV(B)90.61º54.44%70.59%-
XYZ27.053813.89-
YUV153.8887.44110.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.16%
GREEN value IS 180 (70.70% from 255) = 45.92%
BLUE value IS 82 (32.42% from 255) = 20.92%
R=33.16%
G=45.92%
B=20.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal130180820.2800.540.2990.6139.5251.37
Hex82B4521C0361D5b2833
Octal20226412234066351335063
Binary10000010101101001010010111000110110111011011011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,180,82); }

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

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

 a { background-color: rgb(130,180,82); }

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

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

 span { border-color: rgb(130,180,82); }

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