Html Css Color HEX #829650 Chelsea Cucumber

📋 copy color: '#829650'

red 130 ◦ green 150 ◦ blue 80

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

Shades of Chelsea Cucumber #829650

Tints of Chelsea Cucumber #829650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.67%

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

R = 36.11%
G = 41.67%
B = 22.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#829650 (or 0x829650) is known color: Chelsea Cucumber. HEX triplet: 82, 96 and 50. RGB value is (130,150,80). Sum of RGB (Red+Green+Blue) = 130+150+80=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #829650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829650 is #7D69AF. Grayscale: #888888. Windows color (decimal): -8219056 or 5281410. OLE color: 5281410.

HSL color Cylindrical-coordinate representation of color #829650: hue angle of 77.14º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #829650 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 150 80 -
CMYK 0.13 0 0.47 0.41
HSL 77.14º 0.3% 0.45% -
HSV(B) 77.14º 0.47% 0.59% -
XYZ 21.56 27.14 11.69 -
YUV 136.04 96.37 123.69 -
System Red Green Blue C M Y K H S L
Decimal 130 150 80 0.13 0 0.47 0.41 77.14 0.3 0.45
Hex 82 96 50 D 0 2F 29 4D 1E 2D
Octal 202 226 120 15 0 57 51 115 36 55
Binary 10000010 10010110 1010000 1101 0 101111 101001 1001101 11110 101101

Color Harmonies of #829650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829650

Black with #829650

Text Example


Text Example

White with #829650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829650; }

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

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

background-color css

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

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

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

border-color css

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

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

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