Html Css Color HEX #82964F Chelsea Cucumber

📋 copy color: '#82964F'

red 130 ◦ green 150 ◦ blue 79

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

Shades of Chelsea Cucumber #82964F

Tints of Chelsea Cucumber #82964F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.78%

 BLUE value IS 79 (31.25% from 255) = 22.01%

R = 36.21%
G = 41.78%
B = 22.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#82964F (or 0x82964F) is known color: Chelsea Cucumber. HEX triplet: 82, 96 and 4F. RGB value is (130,150,79). Sum of RGB (Red+Green+Blue) = 130+150+79=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 150 - color contains mainly: green. Hex color #82964F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82964F is #7D69B0. Grayscale: #888888. Windows color (decimal): -8219057 or 5215874. OLE color: 5215874.

HSL color Cylindrical-coordinate representation of color #82964F: hue angle of 76.9º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82964F is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 150 79 -
CMYK 0.13 0 0.47 0.41
HSL 76.9º 0.31% 0.45% -
HSV(B) 76.9º 0.47% 0.59% -
XYZ 21.52 27.12 11.5 -
YUV 135.93 95.87 123.77 -
System Red Green Blue C M Y K H S L
Decimal 130 150 79 0.13 0 0.47 0.41 76.9 0.31 0.45
Hex 82 96 4F D 0 2F 29 4D 1F 2D
Octal 202 226 117 15 0 57 51 115 37 55
Binary 10000010 10010110 1001111 1101 0 101111 101001 1001101 11111 101101

Color Harmonies of #82964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82964F

Black with #82964F

Text Example


Text Example

White with #82964F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82964F; }

 p { color: rgb(130,150,79); }

 H1.HeaderClassName
 {
   color: #82964F;
 }
 .AnyTagClassName
 {
   color: #82964F;
 }
</style>

background-color css

<style>
 a { background-color: #82964F; }

 a { background-color: rgb(130,150,79); }

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

border-color css

<style>
 span { border-color: #82964F; }

 span { border-color: rgb(130,150,79); }

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