Html Css Color HEX #82AB59 Chelsea Cucumber

📋 copy color: '#82AB59'

red 130 ◦ green 171 ◦ blue 89

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

Shades of Chelsea Cucumber #82AB59

Tints of Chelsea Cucumber #82AB59

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.85%

 BLUE value IS 89 (35.16% from 255) = 22.82%

R = 33.33%
G = 43.85%
B = 22.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#82AB59 (or 0x82AB59) is known color: Chelsea Cucumber. HEX triplet: 82, AB and 59. RGB value is (130,171,89). Sum of RGB (Red+Green+Blue) = 130+171+89=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AB59 is #7D54A6. Grayscale: #959595. Windows color (decimal): -8213671 or 5876610. OLE color: 5876610.

HSL color Cylindrical-coordinate representation of color #82AB59: hue angle of 90º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82AB59 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 171 89 -
CMYK 0.24 0 0.48 0.33
HSL 90º 0.33% 0.51% -
HSV(B) 90º 0.48% 0.67% -
XYZ 25.57 34.59 14.78 -
YUV 149.39 93.92 114.17 -
System Red Green Blue C M Y K H S L
Decimal 130 171 89 0.24 0 0.48 0.33 90 0.33 0.51
Hex 82 AB 59 18 0 30 21 5A 21 33
Octal 202 253 131 30 0 60 41 132 41 63
Binary 10000010 10101011 1011001 11000 0 110000 100001 1011010 100001 110011

Color Harmonies of #82AB59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AB59

Black with #82AB59

Text Example


Text Example

White with #82AB59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,171,89); }

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

background-color css

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

 a { background-color: rgb(130,171,89); }

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

border-color css

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

 span { border-color: rgb(130,171,89); }

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