Html Css Color HEX #82AF62 Chelsea Cucumber

📋 copy color: '#82AF62'

red 130 ◦ green 175 ◦ blue 98

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

Shades of Chelsea Cucumber #82AF62

Tints of Chelsea Cucumber #82AF62

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.42%

 BLUE value IS 98 (38.67% from 255) = 24.32%

R = 32.26%
G = 43.42%
B = 24.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#82AF62 (or 0x82AF62) is known color: Chelsea Cucumber. HEX triplet: 82, AF and 62. RGB value is (130,175,98). Sum of RGB (Red+Green+Blue) = 130+175+98=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AF62 is #7D509D. Grayscale: #999999. Windows color (decimal): -8212638 or 6467458. OLE color: 6467458.

HSL color Cylindrical-coordinate representation of color #82AF62: hue angle of 95.06º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82AF62 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 175 98 -
CMYK 0.26 0 0.44 0.31
HSL 95.06º 0.32% 0.54% -
HSV(B) 95.06º 0.44% 0.69% -
XYZ 26.74 36.29 17.15 -
YUV 152.77 97.09 111.76 -
System Red Green Blue C M Y K H S L
Decimal 130 175 98 0.26 0 0.44 0.31 95.06 0.32 0.54
Hex 82 AF 62 1A 0 2C 1F 5F 20 36
Octal 202 257 142 32 0 54 37 137 40 66
Binary 10000010 10101111 1100010 11010 0 101100 11111 1011111 100000 110110

Color Harmonies of #82AF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AF62

Black with #82AF62

Text Example


Text Example

White with #82AF62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,175,98); }

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

background-color css

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

 a { background-color: rgb(130,175,98); }

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

border-color css

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

 span { border-color: rgb(130,175,98); }

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