Html Css Color HEX #82A545 Chelsea Cucumber

📋 copy color: '#82A545'

red 130 ◦ green 165 ◦ blue 69

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

Shades of Chelsea Cucumber #82A545

Tints of Chelsea Cucumber #82A545

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.33%

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

R = 35.71%
G = 45.33%
B = 18.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#82A545 (or 0x82A545) is known color: Chelsea Cucumber. HEX triplet: 82, A5 and 45. RGB value is (130,165,69). Sum of RGB (Red+Green+Blue) = 130+165+69=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 165 (64.84% from 255 or 45.33% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 165 - color contains mainly: green. Hex color #82A545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A545 is #7D5ABA. Grayscale: #8F8F8F. Windows color (decimal): -8215227 or 4564354. OLE color: 4564354.

HSL color Cylindrical-coordinate representation of color #82A545: hue angle of 81.87º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82A545 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 130 165 69 -
CMYK 0.21 0 0.58 0.35
HSL 81.87º 0.41% 0.46% -
HSV(B) 81.87º 0.58% 0.65% -
XYZ 23.74 32.09 10.57 -
YUV 143.59 85.9 118.31 -
System Red Green Blue C M Y K H S L
Decimal 130 165 69 0.21 0 0.58 0.35 81.87 0.41 0.46
Hex 82 A5 45 15 0 3A 23 52 29 2E
Octal 202 245 105 25 0 72 43 122 51 56
Binary 10000010 10100101 1000101 10101 0 111010 100011 1010010 101001 101110

Color Harmonies of #82A545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A545

Black with #82A545

Text Example


Text Example

White with #82A545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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