Html Css Color HEX #82B345 Chelsea Cucumber

📋 copy color: '#82B345'

red 130 ◦ green 179 ◦ blue 69

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

Shades of Chelsea Cucumber #82B345

Tints of Chelsea Cucumber #82B345

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.35%

 BLUE value IS 69 (27.34% from 255) = 18.25%

R = 34.39%
G = 47.35%
B = 18.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#82B345 (or 0x82B345) is known color: Chelsea Cucumber. HEX triplet: 82, B3 and 45. RGB value is (130,179,69). Sum of RGB (Red+Green+Blue) = 130+179+69=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 179 - color contains mainly: green. Hex color #82B345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B345 is #7D4CBA. Grayscale: #989898. Windows color (decimal): -8211643 or 4567938. OLE color: 4567938.

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

Color convert

RGB 130 179 69 -
CMYK 0.27 0 0.61 0.30
HSL 86.73º 0.44% 0.49% -
HSV(B) 86.73º 0.61% 0.7% -
XYZ 26.4 37.42 11.46 -
YUV 151.81 81.27 112.44 -
System Red Green Blue C M Y K H S L
Decimal 130 179 69 0.27 0 0.61 0.30 86.73 0.44 0.49
Hex 82 B3 45 1B 0 3D 1E 57 2C 31
Octal 202 263 105 33 0 75 36 127 54 61
Binary 10000010 10110011 1000101 11011 0 111101 11110 1010111 101100 110001

Color Harmonies of #82B345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B345

Black with #82B345

Text Example


Text Example

White with #82B345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,179,69); }

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

background-color css

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

 a { background-color: rgb(130,179,69); }

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

border-color css

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

 span { border-color: rgb(130,179,69); }

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