#82B450

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

Shades of Chelsea Cucumber #82B450

Tints of Chelsea Cucumber #82B450

Color information

#82B450 (or 0x82B450) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, B4 and 50. RGB value is (130,180,80). Sum of RGB (Red+Green+Blue) = 130+180+80=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #82B450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B450 is #7D4BAF. Grayscale: #9A9A9A. Windows color (decimal): -8211376 or 5289090. OLE color: 5289090.

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

Color convert

RGB13018080-
CMYK0.2800.560.29
HSL90º40%50.98%-
HSV(B)90º55.56%70.59%-
XYZ26.9837.9713.5-
YUV153.6586.44111.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.33%
GREEN value IS 180 (70.70% from 255) = 46.15%
BLUE value IS 80 (31.64% from 255) = 20.51%
R=33.33%
G=46.15%
B=20.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal130180800.2800.560.29904050.98
Hex82B4501C0381D5a2833
Octal20226412034070351325063
Binary10000010101101001010000111000111000111011011010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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