#849C4B

Color #849C4B Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #849C4B

Tints of Chelsea Cucumber #849C4B

Color information

#849C4B (or 0x849C4B) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, 9C and 4B. RGB value is (132,156,75). Sum of RGB (Red+Green+Blue) = 132+156+75=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #849C4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849C4B is #7B63B4. Grayscale: #8B8B8B. Windows color (decimal): -8086453 or 4955268. OLE color: 4955268.

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

Color convert

RGB13215675-
CMYK0.1500.520.39
HSL77.78º35.06%45.29%-
HSV(B)77.78º51.92%61.18%-
XYZ22.6729.1911.1-
YUV139.5991.55122.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.36%
GREEN value IS 156 (61.33% from 255) = 42.98%
BLUE value IS 75 (29.69% from 255) = 20.66%
R=36.36%
G=42.98%
B=20.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132156750.1500.520.3977.7835.0645.29
Hex849C4BF034274e232d
Octal20423411317064471164355
Binary10000100100111001001011111101101001001111001110100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,156,75); }

 H1.HeaderClassName
 {
   color: #849C4B;
 }
 .AnyTagClassName
 {
   color: #849C4B;
 }
</style>
background-color css

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

 a { background-color: rgb(132,156,75); }

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

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

 span { border-color: rgb(132,156,75); }

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