Html Css Color HEX #829955 Chelsea Cucumber

📋 copy color: '#829955'

red 130 ◦ green 153 ◦ blue 85

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

Shades of Chelsea Cucumber #829955

Tints of Chelsea Cucumber #829955

RGB

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

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

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

R = 35.33%
G = 41.58%
B = 23.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#829955 (or 0x829955) is known color: Chelsea Cucumber. HEX triplet: 82, 99 and 55. RGB value is (130,153,85). Sum of RGB (Red+Green+Blue) = 130+153+85=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #829955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829955 is #7D66AA. Grayscale: #8A8A8A. Windows color (decimal): -8218283 or 5609858. OLE color: 5609858.

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

Color convert

RGB 130 153 85 -
CMYK 0.15 0 0.44 0.4
HSL 80.29º 0.29% 0.47% -
HSV(B) 80.29º 0.44% 0.6% -
XYZ 22.24 28.18 12.86 -
YUV 138.37 97.88 122.03 -
System Red Green Blue C M Y K H S L
Decimal 130 153 85 0.15 0 0.44 0.4 80.29 0.29 0.47
Hex 82 99 55 F 0 2C 28 50 1D 2F
Octal 202 231 125 17 0 54 50 120 35 57
Binary 10000010 10011001 1010101 1111 0 101100 101000 1010000 11101 101111

Color Harmonies of #829955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829955

Black with #829955

Text Example


Text Example

White with #829955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829955; }

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

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

background-color css

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

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

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

border-color css

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

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

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