Html Css Color HEX #829950 Chelsea Cucumber

📋 copy color: '#829950'

red 130 ◦ green 153 ◦ blue 80

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

Shades of Chelsea Cucumber #829950

Tints of Chelsea Cucumber #829950

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.15%

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

R = 35.81%
G = 42.15%
B = 22.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#829950 (or 0x829950) is known color: Chelsea Cucumber. HEX triplet: 82, 99 and 50. RGB value is (130,153,80). Sum of RGB (Red+Green+Blue) = 130+153+80=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #829950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829950 is #7D66AF. Grayscale: #8A8A8A. Windows color (decimal): -8218288 or 5282178. OLE color: 5282178.

HSL color Cylindrical-coordinate representation of color #829950: hue angle of 78.9º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #829950 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 153 80 -
CMYK 0.15 0 0.48 0.4
HSL 78.9º 0.31% 0.46% -
HSV(B) 78.9º 0.48% 0.6% -
XYZ 22.05 28.11 11.85 -
YUV 137.8 95.38 122.44 -
System Red Green Blue C M Y K H S L
Decimal 130 153 80 0.15 0 0.48 0.4 78.9 0.31 0.46
Hex 82 99 50 F 0 30 28 4F 1F 2E
Octal 202 231 120 17 0 60 50 117 37 56
Binary 10000010 10011001 1010000 1111 0 110000 101000 1001111 11111 101110

Color Harmonies of #829950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829950

Black with #829950

Text Example


Text Example

White with #829950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829950; }

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

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

background-color css

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

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

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

border-color css

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

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

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