Html Css Color HEX #82B946 Chelsea Cucumber

📋 copy color: '#82B946'

red 130 ◦ green 185 ◦ blue 70

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

Shades of Chelsea Cucumber #82B946

Tints of Chelsea Cucumber #82B946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.18%

R = 33.77%
G = 48.05%
B = 18.18%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#82B946 (or 0x82B946) is known color: Chelsea Cucumber. HEX triplet: 82, B9 and 46. RGB value is (130,185,70). Sum of RGB (Red+Green+Blue) = 130+185+70=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #82B946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B946 is #7D46B9. Grayscale: #9B9B9B. Windows color (decimal): -8210106 or 4635010. OLE color: 4635010.

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

Color convert

RGB 130 185 70 -
CMYK 0.30 0 0.62 0.27
HSL 88.7º 0.45% 0.5% -
HSV(B) 88.7º 0.62% 0.73% -
XYZ 27.66 39.89 12.04 -
YUV 155.45 79.78 109.85 -
System Red Green Blue C M Y K H S L
Decimal 130 185 70 0.30 0 0.62 0.27 88.7 0.45 0.5
Hex 82 B9 46 1E 0 3E 1B 59 2D 32
Octal 202 271 106 36 0 76 33 131 55 62
Binary 10000010 10111001 1000110 11110 0 111110 11011 1011001 101101 110010

Color Harmonies of #82B946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B946

Black with #82B946

Text Example


Text Example

White with #82B946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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