Html Css Color HEX #829954 Chelsea Cucumber

📋 copy color: '#829954'

red 130 ◦ green 153 ◦ blue 84

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

Shades of Chelsea Cucumber #829954

Tints of Chelsea Cucumber #829954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.89%

R = 35.42%
G = 41.69%
B = 22.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.4

RGB Variations

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

Color information

#829954 (or 0x829954) is known color: Chelsea Cucumber. HEX triplet: 82, 99 and 54. RGB value is (130,153,84). Sum of RGB (Red+Green+Blue) = 130+153+84=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #829954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829954 is #7D66AB. Grayscale: #8A8A8A. Windows color (decimal): -8218284 or 5544322. OLE color: 5544322.

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

Color convert

RGB 130 153 84 -
CMYK 0.15 0 0.45 0.4
HSL 80º 0.29% 0.46% -
HSV(B) 80º 0.45% 0.6% -
XYZ 22.2 28.17 12.65 -
YUV 138.26 97.38 122.11 -
System Red Green Blue C M Y K H S L
Decimal 130 153 84 0.15 0 0.45 0.4 80 0.29 0.46
Hex 82 99 54 F 0 2D 28 50 1D 2E
Octal 202 231 124 17 0 55 50 120 35 56
Binary 10000010 10011001 1010100 1111 0 101101 101000 1010000 11101 101110

Color Harmonies of #829954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829954

Black with #829954

Text Example


Text Example

White with #829954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829954; }

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

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

background-color css

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

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

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

border-color css

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

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

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