Html Css Color HEX #849B5C Chelsea Cucumber

📋 copy color: '#849B5C'

red 132 ◦ green 155 ◦ blue 92

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

Shades of Chelsea Cucumber #849B5C

Tints of Chelsea Cucumber #849B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.27%

R = 34.83%
G = 40.9%
B = 24.27%

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

#849B5C (or 0x849B5C) is known color: Chelsea Cucumber. HEX triplet: 84, 9B and 5C. RGB value is (132,155,92). Sum of RGB (Red+Green+Blue) = 132+155+92=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 155 - color contains mainly: green. Hex color #849B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849B5C is #7B64A3. Grayscale: #8D8D8D. Windows color (decimal): -8086692 or 6069124. OLE color: 6069124.

HSL color Cylindrical-coordinate representation of color #849B5C: hue angle of 81.9º 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 #849B5C is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 155 92 -
CMYK 0.15 0 0.41 0.39
HSL 81.9º 0.26% 0.48% -
HSV(B) 81.9º 0.41% 0.61% -
XYZ 23.17 29.12 14.52 -
YUV 140.94 100.38 121.62 -
System Red Green Blue C M Y K H S L
Decimal 132 155 92 0.15 0 0.41 0.39 81.9 0.26 0.48
Hex 84 9B 5C F 0 29 27 52 1A 30
Octal 204 233 134 17 0 51 47 122 32 60
Binary 10000100 10011011 1011100 1111 0 101001 100111 1010010 11010 110000

Color Harmonies of #849B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849B5C

Black with #849B5C

Text Example


Text Example

White with #849B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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