Html Css Color HEX #82AF52 Chelsea Cucumber

📋 copy color: '#82AF52'

red 130 ◦ green 175 ◦ blue 82

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

Shades of Chelsea Cucumber #82AF52

Tints of Chelsea Cucumber #82AF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.19%

R = 33.59%
G = 45.22%
B = 21.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#82AF52 (or 0x82AF52) is known color: Chelsea Cucumber. HEX triplet: 82, AF and 52. RGB value is (130,175,82). Sum of RGB (Red+Green+Blue) = 130+175+82=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AF52 is #7D50AD. Grayscale: #979797. Windows color (decimal): -8212654 or 5418882. OLE color: 5418882.

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

Color convert

RGB 130 175 82 -
CMYK 0.26 0 0.53 0.31
HSL 89.03º 0.37% 0.5% -
HSV(B) 89.03º 0.53% 0.69% -
XYZ 26.06 36.01 13.56 -
YUV 150.94 89.09 113.06 -
System Red Green Blue C M Y K H S L
Decimal 130 175 82 0.26 0 0.53 0.31 89.03 0.37 0.5
Hex 82 AF 52 1A 0 35 1F 59 25 32
Octal 202 257 122 32 0 65 37 131 45 62
Binary 10000010 10101111 1010010 11010 0 110101 11111 1011001 100101 110010

Color Harmonies of #82AF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AF52

Black with #82AF52

Text Example


Text Example

White with #82AF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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