Html Css Color HEX #829755 Chelsea Cucumber

📋 copy color: '#829755'

red 130 ◦ green 151 ◦ blue 85

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

Shades of Chelsea Cucumber #829755

Tints of Chelsea Cucumber #829755

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.26%

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

R = 35.52%
G = 41.26%
B = 23.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#829755 (or 0x829755) is known color: Chelsea Cucumber. HEX triplet: 82, 97 and 55. RGB value is (130,151,85). Sum of RGB (Red+Green+Blue) = 130+151+85=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 151 - color contains mainly: green. Hex color #829755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829755 is #7D68AA. Grayscale: #898989. Windows color (decimal): -8218795 or 5609346. OLE color: 5609346.

HSL color Cylindrical-coordinate representation of color #829755: hue angle of 79.09º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #829755 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 151 85 -
CMYK 0.14 0 0.44 0.41
HSL 79.09º 0.28% 0.46% -
HSV(B) 79.09º 0.44% 0.59% -
XYZ 21.91 27.53 12.75 -
YUV 137.2 98.54 122.87 -
System Red Green Blue C M Y K H S L
Decimal 130 151 85 0.14 0 0.44 0.41 79.09 0.28 0.46
Hex 82 97 55 E 0 2C 29 4F 1C 2E
Octal 202 227 125 16 0 54 51 117 34 56
Binary 10000010 10010111 1010101 1110 0 101100 101001 1001111 11100 101110

Color Harmonies of #829755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829755

Black with #829755

Text Example


Text Example

White with #829755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829755; }

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

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

background-color css

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

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

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

border-color css

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

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

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