Html Css Color HEX #82A960 Chelsea Cucumber

📋 copy color: '#82A960'

red 130 ◦ green 169 ◦ blue 96

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

Shades of Chelsea Cucumber #82A960

Tints of Chelsea Cucumber #82A960

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.78%

 BLUE value IS 96 (37.89% from 255) = 24.3%

R = 32.91%
G = 42.78%
B = 24.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#82A960 (or 0x82A960) is known color: Chelsea Cucumber. HEX triplet: 82, A9 and 60. RGB value is (130,169,96). Sum of RGB (Red+Green+Blue) = 130+169+96=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 169 - color contains mainly: green. Hex color #82A960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A960 is #7D569F. Grayscale: #959595. Windows color (decimal): -8214176 or 6334850. OLE color: 6334850.

HSL color Cylindrical-coordinate representation of color #82A960: hue angle of 92.05º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82A960 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 130 169 96 -
CMYK 0.23 0 0.43 0.34
HSL 92.05º 0.3% 0.52% -
HSV(B) 92.05º 0.43% 0.66% -
XYZ 25.51 33.97 16.28 -
YUV 149.02 98.08 114.44 -
System Red Green Blue C M Y K H S L
Decimal 130 169 96 0.23 0 0.43 0.34 92.05 0.3 0.52
Hex 82 A9 60 17 0 2B 22 5C 1E 34
Octal 202 251 140 27 0 53 42 134 36 64
Binary 10000010 10101001 1100000 10111 0 101011 100010 1011100 11110 110100

Color Harmonies of #82A960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A960

Black with #82A960

Text Example


Text Example

White with #82A960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,169,96); }

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

background-color css

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

 a { background-color: rgb(130,169,96); }

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

border-color css

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

 span { border-color: rgb(130,169,96); }

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