Html Css Color HEX #829D55 Chelsea Cucumber

📋 copy color: '#829D55'

red 130 ◦ green 157 ◦ blue 85

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

Shades of Chelsea Cucumber #829D55

Tints of Chelsea Cucumber #829D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.85%

R = 34.95%
G = 42.2%
B = 22.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#829D55 (or 0x829D55) is known color: Chelsea Cucumber. HEX triplet: 82, 9D and 55. RGB value is (130,157,85). Sum of RGB (Red+Green+Blue) = 130+157+85=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 157 - color contains mainly: green. Hex color #829D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829D55 is #7D62AA. Grayscale: #8C8C8C. Windows color (decimal): -8217259 or 5610882. OLE color: 5610882.

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

Color convert

RGB 130 157 85 -
CMYK 0.17 0 0.46 0.38
HSL 82.5º 0.3% 0.47% -
HSV(B) 82.5º 0.46% 0.62% -
XYZ 22.9 29.52 13.08 -
YUV 140.72 96.55 120.35 -
System Red Green Blue C M Y K H S L
Decimal 130 157 85 0.17 0 0.46 0.38 82.5 0.3 0.47
Hex 82 9D 55 11 0 2E 26 52 1E 2F
Octal 202 235 125 21 0 56 46 122 36 57
Binary 10000010 10011101 1010101 10001 0 101110 100110 1010010 11110 101111

Color Harmonies of #829D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829D55

Black with #829D55

Text Example


Text Example

White with #829D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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