Html Css Color HEX #82A65D Chelsea Cucumber

📋 copy color: '#82A65D'

red 130 ◦ green 166 ◦ blue 93

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

Shades of Chelsea Cucumber #82A65D

Tints of Chelsea Cucumber #82A65D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.67%

 BLUE value IS 93 (36.72% from 255) = 23.91%

R = 33.42%
G = 42.67%
B = 23.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#82A65D (or 0x82A65D) is known color: Chelsea Cucumber. HEX triplet: 82, A6 and 5D. RGB value is (130,166,93). Sum of RGB (Red+Green+Blue) = 130+166+93=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 166 - color contains mainly: green. Hex color #82A65D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A65D is #7D59A2. Grayscale: #939393. Windows color (decimal): -8214947 or 6137474. OLE color: 6137474.

HSL color Cylindrical-coordinate representation of color #82A65D: hue angle of 89.59º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82A65D is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 130 166 93 -
CMYK 0.22 0 0.44 0.35
HSL 89.59º 0.29% 0.51% -
HSV(B) 89.59º 0.44% 0.65% -
XYZ 24.82 32.81 15.38 -
YUV 146.91 97.57 115.94 -
System Red Green Blue C M Y K H S L
Decimal 130 166 93 0.22 0 0.44 0.35 89.59 0.29 0.51
Hex 82 A6 5D 16 0 2C 23 5A 1D 33
Octal 202 246 135 26 0 54 43 132 35 63
Binary 10000010 10100110 1011101 10110 0 101100 100011 1011010 11101 110011

Color Harmonies of #82A65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A65D

Black with #82A65D

Text Example


Text Example

White with #82A65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,166,93); }

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

background-color css

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

 a { background-color: rgb(130,166,93); }

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

border-color css

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

 span { border-color: rgb(130,166,93); }

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