Html Css Color HEX #82A358 Chelsea Cucumber

📋 copy color: '#82A358'

red 130 ◦ green 163 ◦ blue 88

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

Shades of Chelsea Cucumber #82A358

Tints of Chelsea Cucumber #82A358

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.78%

 BLUE value IS 88 (34.77% from 255) = 23.1%

R = 34.12%
G = 42.78%
B = 23.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#82A358 (or 0x82A358) is known color: Chelsea Cucumber. HEX triplet: 82, A3 and 58. RGB value is (130,163,88). Sum of RGB (Red+Green+Blue) = 130+163+88=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 163 - color contains mainly: green. Hex color #82A358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A358 is #7D5CA7. Grayscale: #909090. Windows color (decimal): -8215720 or 5809026. OLE color: 5809026.

HSL color Cylindrical-coordinate representation of color #82A358: hue angle of 86.4º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82A358 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 163 88 -
CMYK 0.20 0 0.46 0.36
HSL 86.4º 0.3% 0.49% -
HSV(B) 86.4º 0.46% 0.64% -
XYZ 24.06 31.64 14.07 -
YUV 144.58 96.07 117.6 -
System Red Green Blue C M Y K H S L
Decimal 130 163 88 0.20 0 0.46 0.36 86.4 0.3 0.49
Hex 82 A3 58 14 0 2E 24 56 1E 31
Octal 202 243 130 24 0 56 44 126 36 61
Binary 10000010 10100011 1011000 10100 0 101110 100100 1010110 11110 110001

Color Harmonies of #82A358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A358

Black with #82A358

Text Example


Text Example

White with #82A358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,163,88); }

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

background-color css

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

 a { background-color: rgb(130,163,88); }

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

border-color css

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

 span { border-color: rgb(130,163,88); }

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