Html Css Color HEX #829E50 Chelsea Cucumber

📋 copy color: '#829E50'

red 130 ◦ green 158 ◦ blue 80

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

Shades of Chelsea Cucumber #829E50

Tints of Chelsea Cucumber #829E50

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.93%

 BLUE value IS 80 (31.64% from 255) = 21.74%

R = 35.33%
G = 42.93%
B = 21.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#829E50 (or 0x829E50) is known color: Chelsea Cucumber. HEX triplet: 82, 9E and 50. RGB value is (130,158,80). Sum of RGB (Red+Green+Blue) = 130+158+80=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 158 - color contains mainly: green. Hex color #829E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829E50 is #7D61AF. Grayscale: #8D8D8D. Windows color (decimal): -8217008 or 5283458. OLE color: 5283458.

HSL color Cylindrical-coordinate representation of color #829E50: hue angle of 81.54º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #829E50 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 158 80 -
CMYK 0.18 0 0.49 0.38
HSL 81.54º 0.33% 0.47% -
HSV(B) 81.54º 0.49% 0.62% -
XYZ 22.88 29.78 12.13 -
YUV 140.74 93.72 120.34 -
System Red Green Blue C M Y K H S L
Decimal 130 158 80 0.18 0 0.49 0.38 81.54 0.33 0.47
Hex 82 9E 50 12 0 31 26 52 21 2F
Octal 202 236 120 22 0 61 46 122 41 57
Binary 10000010 10011110 1010000 10010 0 110001 100110 1010010 100001 101111

Color Harmonies of #829E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829E50

Black with #829E50

Text Example


Text Example

White with #829E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829E50; }

 p { color: rgb(130,158,80); }

 H1.HeaderClassName
 {
   color: #829E50;
 }
 .AnyTagClassName
 {
   color: #829E50;
 }
</style>

background-color css

<style>
 a { background-color: #829E50; }

 a { background-color: rgb(130,158,80); }

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

border-color css

<style>
 span { border-color: #829E50; }

 span { border-color: rgb(130,158,80); }

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