Html Css Color HEX #82A555 Chelsea Cucumber

📋 copy color: '#82A555'

red 130 ◦ green 165 ◦ blue 85

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

Shades of Chelsea Cucumber #82A555

Tints of Chelsea Cucumber #82A555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.37%

R = 34.21%
G = 43.42%
B = 22.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#82A555 (or 0x82A555) is known color: Chelsea Cucumber. HEX triplet: 82, A5 and 55. RGB value is (130,165,85). Sum of RGB (Red+Green+Blue) = 130+165+85=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 165 - color contains mainly: green. Hex color #82A555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A555 is #7D5AAA. Grayscale: #919191. Windows color (decimal): -8215211 or 5612930. OLE color: 5612930.

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

Color convert

RGB 130 165 85 -
CMYK 0.21 0 0.48 0.35
HSL 86.25º 0.32% 0.49% -
HSV(B) 86.25º 0.48% 0.65% -
XYZ 24.3 32.31 13.55 -
YUV 145.42 93.9 117 -
System Red Green Blue C M Y K H S L
Decimal 130 165 85 0.21 0 0.48 0.35 86.25 0.32 0.49
Hex 82 A5 55 15 0 30 23 56 20 31
Octal 202 245 125 25 0 60 43 126 40 61
Binary 10000010 10100101 1010101 10101 0 110000 100011 1010110 100000 110001

Color Harmonies of #82A555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A555

Black with #82A555

Text Example


Text Example

White with #82A555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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