Html Css Color HEX #849B4D Chelsea Cucumber

📋 copy color: '#849B4D'

red 132 ◦ green 155 ◦ blue 77

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

Shades of Chelsea Cucumber #849B4D

Tints of Chelsea Cucumber #849B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.15%

R = 36.26%
G = 42.58%
B = 21.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#849B4D (or 0x849B4D) is known color: Chelsea Cucumber. HEX triplet: 84, 9B and 4D. RGB value is (132,155,77). Sum of RGB (Red+Green+Blue) = 132+155+77=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #849B4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849B4D is #7B64B2. Grayscale: #8B8B8B. Windows color (decimal): -8086707 or 5086084. OLE color: 5086084.

HSL color Cylindrical-coordinate representation of color #849B4D: hue angle of 77.69º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #849B4D is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 155 77 -
CMYK 0.15 0 0.50 0.39
HSL 77.69º 0.34% 0.45% -
HSV(B) 77.69º 0.5% 0.61% -
XYZ 22.58 28.88 11.41 -
YUV 139.23 92.88 122.84 -
System Red Green Blue C M Y K H S L
Decimal 132 155 77 0.15 0 0.50 0.39 77.69 0.34 0.45
Hex 84 9B 4D F 0 32 27 4E 22 2D
Octal 204 233 115 17 0 62 47 116 42 55
Binary 10000100 10011011 1001101 1111 0 110010 100111 1001110 100010 101101

Color Harmonies of #849B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849B4D

Black with #849B4D

Text Example


Text Example

White with #849B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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