Html Css Color HEX #82AF57 Chelsea Cucumber

📋 copy color: '#82AF57'

red 130 ◦ green 175 ◦ blue 87

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

Shades of Chelsea Cucumber #82AF57

Tints of Chelsea Cucumber #82AF57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.19%

R = 33.16%
G = 44.64%
B = 22.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#82AF57 (or 0x82AF57) is known color: Chelsea Cucumber. HEX triplet: 82, AF and 57. RGB value is (130,175,87). Sum of RGB (Red+Green+Blue) = 130+175+87=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AF57 is #7D50A8. Grayscale: #979797. Windows color (decimal): -8212649 or 5746562. OLE color: 5746562.

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

Color convert

RGB 130 175 87 -
CMYK 0.26 0 0.50 0.31
HSL 90.68º 0.35% 0.51% -
HSV(B) 90.68º 0.5% 0.69% -
XYZ 26.26 36.09 14.6 -
YUV 151.51 91.59 112.66 -
System Red Green Blue C M Y K H S L
Decimal 130 175 87 0.26 0 0.50 0.31 90.68 0.35 0.51
Hex 82 AF 57 1A 0 32 1F 5B 23 33
Octal 202 257 127 32 0 62 37 133 43 63
Binary 10000010 10101111 1010111 11010 0 110010 11111 1011011 100011 110011

Color Harmonies of #82AF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AF57

Black with #82AF57

Text Example


Text Example

White with #82AF57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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