Html Css Color HEX #829D50 Chelsea Cucumber

📋 copy color: '#829D50'

red 130 ◦ green 157 ◦ blue 80

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

Shades of Chelsea Cucumber #829D50

Tints of Chelsea Cucumber #829D50

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.78%

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

R = 35.42%
G = 42.78%
B = 21.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#829D50 (or 0x829D50) is known color: Chelsea Cucumber. HEX triplet: 82, 9D and 50. RGB value is (130,157,80). Sum of RGB (Red+Green+Blue) = 130+157+80=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 157 - color contains mainly: green. Hex color #829D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829D50 is #7D62AF. Grayscale: #8C8C8C. Windows color (decimal): -8217264 or 5283202. OLE color: 5283202.

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

Color convert

RGB 130 157 80 -
CMYK 0.17 0 0.49 0.38
HSL 81.04º 0.32% 0.46% -
HSV(B) 81.04º 0.49% 0.62% -
XYZ 22.71 29.44 12.07 -
YUV 140.15 94.05 120.76 -
System Red Green Blue C M Y K H S L
Decimal 130 157 80 0.17 0 0.49 0.38 81.04 0.32 0.46
Hex 82 9D 50 11 0 31 26 51 20 2E
Octal 202 235 120 21 0 61 46 121 40 56
Binary 10000010 10011101 1010000 10001 0 110001 100110 1010001 100000 101110

Color Harmonies of #829D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829D50

Black with #829D50

Text Example


Text Example

White with #829D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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