Html Css Color HEX #82A65B Chelsea Cucumber

📋 copy color: '#82A65B'

red 130 ◦ green 166 ◦ blue 91

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

Shades of Chelsea Cucumber #82A65B

Tints of Chelsea Cucumber #82A65B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.51%

R = 33.59%
G = 42.89%
B = 23.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#82A65B (or 0x82A65B) is known color: Chelsea Cucumber. HEX triplet: 82, A6 and 5B. RGB value is (130,166,91). Sum of RGB (Red+Green+Blue) = 130+166+91=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 166 - color contains mainly: green. Hex color #82A65B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A65B is #7D59A4. Grayscale: #929292. Windows color (decimal): -8214949 or 6006402. OLE color: 6006402.

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

Color convert

RGB 130 166 91 -
CMYK 0.22 0 0.45 0.35
HSL 88.8º 0.3% 0.5% -
HSV(B) 88.8º 0.45% 0.65% -
XYZ 24.73 32.77 14.92 -
YUV 146.69 96.57 116.1 -
System Red Green Blue C M Y K H S L
Decimal 130 166 91 0.22 0 0.45 0.35 88.8 0.3 0.5
Hex 82 A6 5B 16 0 2D 23 59 1E 32
Octal 202 246 133 26 0 55 43 131 36 62
Binary 10000010 10100110 1011011 10110 0 101101 100011 1011001 11110 110010

Color Harmonies of #82A65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A65B

Black with #82A65B

Text Example


Text Example

White with #82A65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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