Html Css Color HEX #829953 Chelsea Cucumber

📋 copy color: '#829953'

red 130 ◦ green 153 ◦ blue 83

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

Shades of Chelsea Cucumber #829953

Tints of Chelsea Cucumber #829953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.68%

R = 35.52%
G = 41.8%
B = 22.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#829953 (or 0x829953) is known color: Chelsea Cucumber. HEX triplet: 82, 99 and 53. RGB value is (130,153,83). Sum of RGB (Red+Green+Blue) = 130+153+83=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #829953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829953 is #7D66AC. Grayscale: #8A8A8A. Windows color (decimal): -8218285 or 5478786. OLE color: 5478786.

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

Color convert

RGB 130 153 83 -
CMYK 0.15 0 0.46 0.4
HSL 79.71º 0.3% 0.46% -
HSV(B) 79.71º 0.46% 0.6% -
XYZ 22.16 28.15 12.45 -
YUV 138.14 96.88 122.19 -
System Red Green Blue C M Y K H S L
Decimal 130 153 83 0.15 0 0.46 0.4 79.71 0.3 0.46
Hex 82 99 53 F 0 2E 28 50 1E 2E
Octal 202 231 123 17 0 56 50 120 36 56
Binary 10000010 10011001 1010011 1111 0 101110 101000 1010000 11110 101110

Color Harmonies of #829953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829953

Black with #829953

Text Example


Text Example

White with #829953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829953; }

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

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

background-color css

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

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

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

border-color css

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

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

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