Html Css Color HEX #82B745 Chelsea Cucumber

📋 copy color: '#82B745'

red 130 ◦ green 183 ◦ blue 69

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

Shades of Chelsea Cucumber #82B745

Tints of Chelsea Cucumber #82B745

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.91%

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

R = 34.03%
G = 47.91%
B = 18.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#82B745 (or 0x82B745) is known color: Chelsea Cucumber. HEX triplet: 82, B7 and 45. RGB value is (130,183,69). Sum of RGB (Red+Green+Blue) = 130+183+69=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 183 - color contains mainly: green. Hex color #82B745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B745 is #7D48BA. Grayscale: #9A9A9A. Windows color (decimal): -8210619 or 4568962. OLE color: 4568962.

HSL color Cylindrical-coordinate representation of color #82B745: hue angle of 87.89º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82B745 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 183 69 -
CMYK 0.29 0 0.62 0.28
HSL 87.89º 0.45% 0.49% -
HSV(B) 87.89º 0.62% 0.72% -
XYZ 27.21 39.04 11.73 -
YUV 154.16 79.94 110.77 -
System Red Green Blue C M Y K H S L
Decimal 130 183 69 0.29 0 0.62 0.28 87.89 0.45 0.49
Hex 82 B7 45 1D 0 3E 1C 58 2D 31
Octal 202 267 105 35 0 76 34 130 55 61
Binary 10000010 10110111 1000101 11101 0 111110 11100 1011000 101101 110001

Color Harmonies of #82B745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B745

Black with #82B745

Text Example


Text Example

White with #82B745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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