Html Css Color HEX #82B940 Chelsea Cucumber

📋 copy color: '#82B940'

red 130 ◦ green 185 ◦ blue 64

#82B940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #82B940

Tints of Chelsea Cucumber #82B940

RGB

 RED value IS 130 (51.17% from 255) = 34.3%

 GREEN value IS 185 (72.66% from 255) = 48.81%

 BLUE value IS 64 (25.39% from 255) = 16.89%

R = 34.3%
G = 48.81%
B = 16.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#82B940 (or 0x82B940) is known color: Chelsea Cucumber. HEX triplet: 82, B9 and 40. RGB value is (130,185,64). Sum of RGB (Red+Green+Blue) = 130+185+64=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #82B940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B940 is #7D46BF. Grayscale: #9B9B9B. Windows color (decimal): -8210112 or 4241794. OLE color: 4241794.

HSL color Cylindrical-coordinate representation of color #82B940: hue angle of 87.27º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82B940 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 185 64 -
CMYK 0.30 0 0.65 0.27
HSL 87.27º 0.49% 0.49% -
HSV(B) 87.27º 0.65% 0.73% -
XYZ 27.48 39.81 11.09 -
YUV 154.76 76.78 110.34 -
System Red Green Blue C M Y K H S L
Decimal 130 185 64 0.30 0 0.65 0.27 87.27 0.49 0.49
Hex 82 B9 40 1E 0 41 1B 57 31 31
Octal 202 271 100 36 0 101 33 127 61 61
Binary 10000010 10111001 1000000 11110 0 1000001 11011 1010111 110001 110001

Color Harmonies of #82B940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B940

Black with #82B940

Text Example


Text Example

White with #82B940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,185,64); }

 H1.HeaderClassName
 {
   color: #82B940;
 }
 .AnyTagClassName
 {
   color: #82B940;
 }
</style>

background-color css

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

 a { background-color: rgb(130,185,64); }

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

border-color css

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

 span { border-color: rgb(130,185,64); }

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