#82B451

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

Shades of Chelsea Cucumber #82B451

Tints of Chelsea Cucumber #82B451

Color information

#82B451 (or 0x82B451) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, B4 and 51. RGB value is (130,180,81). Sum of RGB (Red+Green+Blue) = 130+180+81=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #82B451 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B451 is #7D4BAE. Grayscale: #9A9A9A. Windows color (decimal): -8211375 or 5354626. OLE color: 5354626.

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

Color convert

RGB13018081-
CMYK0.2800.550.29
HSL90.3º39.76%51.18%-
HSV(B)90.3º55%70.59%-
XYZ27.0137.9813.69-
YUV153.7686.94111.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.25%
GREEN value IS 180 (70.70% from 255) = 46.04%
BLUE value IS 81 (32.03% from 255) = 20.72%
R=33.25%
G=46.04%
B=20.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal130180810.2800.550.2990.339.7651.18
Hex82B4511C0371D5a2833
Octal20226412134067351325063
Binary10000010101101001010001111000110111111011011010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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