Html Css Color HEX #829D52 Chelsea Cucumber

📋 copy color: '#829D52'

red 130 ◦ green 157 ◦ blue 82

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

Shades of Chelsea Cucumber #829D52

Tints of Chelsea Cucumber #829D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.22%

R = 35.23%
G = 42.55%
B = 22.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#829D52 (or 0x829D52) is known color: Chelsea Cucumber. HEX triplet: 82, 9D and 52. RGB value is (130,157,82). Sum of RGB (Red+Green+Blue) = 130+157+82=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #829D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829D52 is #7D62AD. Grayscale: #8C8C8C. Windows color (decimal): -8217262 or 5414274. OLE color: 5414274.

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

Color convert

RGB 130 157 82 -
CMYK 0.17 0 0.48 0.38
HSL 81.6º 0.31% 0.47% -
HSV(B) 81.6º 0.48% 0.62% -
XYZ 22.79 29.47 12.47 -
YUV 140.38 95.05 120.6 -
System Red Green Blue C M Y K H S L
Decimal 130 157 82 0.17 0 0.48 0.38 81.6 0.31 0.47
Hex 82 9D 52 11 0 30 26 52 1F 2F
Octal 202 235 122 21 0 60 46 122 37 57
Binary 10000010 10011101 1010010 10001 0 110000 100110 1010010 11111 101111

Color Harmonies of #829D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829D52

Black with #829D52

Text Example


Text Example

White with #829D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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