#8DBA49

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

Shades of Chelsea Cucumber #8DBA49

Tints of Chelsea Cucumber #8DBA49

Color information

#8DBA49 (or 0x8DBA49) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, BA and 49. RGB value is (141,186,73). Sum of RGB (Red+Green+Blue) = 141+186+73=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBA49 is #7245B6. Grayscale: #A0A0A0. Windows color (decimal): -7488951 or 4831885. OLE color: 4831885.

HSL color Cylindrical-coordinate representation of color #8DBA49: hue angle of 83.89º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8DBA49 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB14118673-
CMYK0.2400.610.27
HSL83.89º45.02%50.78%-
HSV(B)83.89º60.75%72.94%-
XYZ29.7541.2612.7-
YUV159.6679.09114.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.25%
GREEN value IS 186 (73.05% from 255) = 46.5%
BLUE value IS 73 (28.91% from 255) = 18.25%
R=35.25%
G=46.5%
B=18.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141186730.2400.610.2783.8945.0250.78
Hex8DBA491803D1B542d33
Octal21527211130075331245563
Binary10001101101110101001001110000111101110111010100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DBA49; }

 p { color: rgb(141,186,73); }

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

<style>
 a { background-color: #8DBA49; }

 a { background-color: rgb(141,186,73); }

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

<style>
 span { border-color: #8DBA49; }

 span { border-color: rgb(141,186,73); }

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