Html Css Color HEX #82AC49 Chelsea Cucumber

📋 copy color: '#82AC49'

red 130 ◦ green 172 ◦ blue 73

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

Shades of Chelsea Cucumber #82AC49

Tints of Chelsea Cucumber #82AC49

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.87%

 BLUE value IS 73 (28.91% from 255) = 19.47%

R = 34.67%
G = 45.87%
B = 19.47%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#82AC49 (or 0x82AC49) is known color: Chelsea Cucumber. HEX triplet: 82, AC and 49. RGB value is (130,172,73). Sum of RGB (Red+Green+Blue) = 130+172+73=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 172 - color contains mainly: green. Hex color #82AC49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AC49 is #7D53B6. Grayscale: #949494. Windows color (decimal): -8213431 or 4828290. OLE color: 4828290.

HSL color Cylindrical-coordinate representation of color #82AC49: hue angle of 85.45º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82AC49 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 172 73 -
CMYK 0.24 0 0.58 0.33
HSL 85.45º 0.4% 0.48% -
HSV(B) 85.45º 0.58% 0.67% -
XYZ 25.16 34.73 11.68 -
YUV 148.16 85.59 115.05 -
System Red Green Blue C M Y K H S L
Decimal 130 172 73 0.24 0 0.58 0.33 85.45 0.4 0.48
Hex 82 AC 49 18 0 3A 21 55 28 30
Octal 202 254 111 30 0 72 41 125 50 60
Binary 10000010 10101100 1001001 11000 0 111010 100001 1010101 101000 110000

Color Harmonies of #82AC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AC49

Black with #82AC49

Text Example


Text Example

White with #82AC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,172,73); }

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

background-color css

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

 a { background-color: rgb(130,172,73); }

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

border-color css

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

 span { border-color: rgb(130,172,73); }

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