Html Css Color HEX #849B5B Chelsea Cucumber

📋 copy color: '#849B5B'

red 132 ◦ green 155 ◦ blue 91

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

Shades of Chelsea Cucumber #849B5B

Tints of Chelsea Cucumber #849B5B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.01%

 BLUE value IS 91 (35.94% from 255) = 24.07%

R = 34.92%
G = 41.01%
B = 24.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#849B5B (or 0x849B5B) is known color: Chelsea Cucumber. HEX triplet: 84, 9B and 5B. RGB value is (132,155,91). Sum of RGB (Red+Green+Blue) = 132+155+91=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 155 - color contains mainly: green. Hex color #849B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849B5B is #7B64A4. Grayscale: #8D8D8D. Windows color (decimal): -8086693 or 6003588. OLE color: 6003588.

HSL color Cylindrical-coordinate representation of color #849B5B: hue angle of 81.56º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #849B5B is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 155 91 -
CMYK 0.15 0 0.41 0.39
HSL 81.56º 0.26% 0.48% -
HSV(B) 81.56º 0.41% 0.61% -
XYZ 23.13 29.1 14.3 -
YUV 140.83 99.88 121.7 -
System Red Green Blue C M Y K H S L
Decimal 132 155 91 0.15 0 0.41 0.39 81.56 0.26 0.48
Hex 84 9B 5B F 0 29 27 52 1A 30
Octal 204 233 133 17 0 51 47 122 32 60
Binary 10000100 10011011 1011011 1111 0 101001 100111 1010010 11010 110000

Color Harmonies of #849B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849B5B

Black with #849B5B

Text Example


Text Example

White with #849B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,155,91); }

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

background-color css

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

 a { background-color: rgb(132,155,91); }

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

border-color css

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

 span { border-color: rgb(132,155,91); }

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