Html Css Color HEX #849D55 Chelsea Cucumber

📋 copy color: '#849D55'

red 132 ◦ green 157 ◦ blue 85

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

Shades of Chelsea Cucumber #849D55

Tints of Chelsea Cucumber #849D55

RGB

 RED value IS 132 (51.95% from 255) = 35.29%

 GREEN value IS 157 (61.72% from 255) = 41.98%

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

R = 35.29%
G = 41.98%
B = 22.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#849D55 (or 0x849D55) is known color: Chelsea Cucumber. HEX triplet: 84, 9D and 55. RGB value is (132,157,85). Sum of RGB (Red+Green+Blue) = 132+157+85=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 157 - color contains mainly: green. Hex color #849D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849D55 is #7B62AA. Grayscale: #8D8D8D. Windows color (decimal): -8086187 or 5610884. OLE color: 5610884.

HSL color Cylindrical-coordinate representation of color #849D55: hue angle of 80.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #849D55 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 157 85 -
CMYK 0.16 0 0.46 0.38
HSL 80.83º 0.3% 0.47% -
HSV(B) 80.83º 0.46% 0.62% -
XYZ 23.21 29.68 13.1 -
YUV 141.32 96.22 121.35 -
System Red Green Blue C M Y K H S L
Decimal 132 157 85 0.16 0 0.46 0.38 80.83 0.3 0.47
Hex 84 9D 55 10 0 2E 26 51 1E 2F
Octal 204 235 125 20 0 56 46 121 36 57
Binary 10000100 10011101 1010101 10000 0 101110 100110 1010001 11110 101111

Color Harmonies of #849D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849D55

Black with #849D55

Text Example


Text Example

White with #849D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849D55; }

 p { color: rgb(132,157,85); }

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

background-color css

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

 a { background-color: rgb(132,157,85); }

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

border-color css

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

 span { border-color: rgb(132,157,85); }

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