Html Css Color HEX #82974E Chelsea Cucumber

📋 copy color: '#82974E'

red 130 ◦ green 151 ◦ blue 78

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

Shades of Chelsea Cucumber #82974E

Tints of Chelsea Cucumber #82974E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.06%

 BLUE value IS 78 (30.86% from 255) = 21.73%

R = 36.21%
G = 42.06%
B = 21.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#82974E (or 0x82974E) is known color: Chelsea Cucumber. HEX triplet: 82, 97 and 4E. RGB value is (130,151,78). Sum of RGB (Red+Green+Blue) = 130+151+78=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 151 - color contains mainly: green. Hex color #82974E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82974E is #7D68B1. Grayscale: #888888. Windows color (decimal): -8218802 or 5150594. OLE color: 5150594.

HSL color Cylindrical-coordinate representation of color #82974E: hue angle of 77.26º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82974E is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 151 78 -
CMYK 0.14 0 0.48 0.41
HSL 77.26º 0.32% 0.45% -
HSV(B) 77.26º 0.48% 0.59% -
XYZ 21.65 27.43 11.36 -
YUV 136.4 95.04 123.44 -
System Red Green Blue C M Y K H S L
Decimal 130 151 78 0.14 0 0.48 0.41 77.26 0.32 0.45
Hex 82 97 4E E 0 30 29 4D 20 2D
Octal 202 227 116 16 0 60 51 115 40 55
Binary 10000010 10010111 1001110 1110 0 110000 101001 1001101 100000 101101

Color Harmonies of #82974E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82974E

Black with #82974E

Text Example


Text Example

White with #82974E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82974E; }

 p { color: rgb(130,151,78); }

 H1.HeaderClassName
 {
   color: #82974E;
 }
 .AnyTagClassName
 {
   color: #82974E;
 }
</style>

background-color css

<style>
 a { background-color: #82974E; }

 a { background-color: rgb(130,151,78); }

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

border-color css

<style>
 span { border-color: #82974E; }

 span { border-color: rgb(130,151,78); }

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