Html Css Color HEX #82A548 Chelsea Cucumber

📋 copy color: '#82A548'

red 130 ◦ green 165 ◦ blue 72

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

Shades of Chelsea Cucumber #82A548

Tints of Chelsea Cucumber #82A548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.62%

R = 35.42%
G = 44.96%
B = 19.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#82A548 (or 0x82A548) is known color: Chelsea Cucumber. HEX triplet: 82, A5 and 48. RGB value is (130,165,72). Sum of RGB (Red+Green+Blue) = 130+165+72=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 165 - color contains mainly: green. Hex color #82A548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A548 is #7D5AB7. Grayscale: #909090. Windows color (decimal): -8215224 or 4760962. OLE color: 4760962.

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

Color convert

RGB 130 165 72 -
CMYK 0.21 0 0.56 0.35
HSL 82.58º 0.39% 0.46% -
HSV(B) 82.58º 0.56% 0.65% -
XYZ 23.83 32.12 11.08 -
YUV 143.93 87.4 118.06 -
System Red Green Blue C M Y K H S L
Decimal 130 165 72 0.21 0 0.56 0.35 82.58 0.39 0.46
Hex 82 A5 48 15 0 38 23 53 27 2E
Octal 202 245 110 25 0 70 43 123 47 56
Binary 10000010 10100101 1001000 10101 0 111000 100011 1010011 100111 101110

Color Harmonies of #82A548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A548

Black with #82A548

Text Example


Text Example

White with #82A548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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