#8CBA40

Color #8CBA40 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #8CBA40

Tints of Yellow Green #8CBA40

Color information

#8CBA40 (or 0x8CBA40) is unknown color: approx Yellow Green. HEX triplet: 8C, BA and 40. RGB value is (140,186,64). Sum of RGB (Red+Green+Blue) = 140+186+64=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBA40 is #7345BF. Grayscale: #9E9E9E. Windows color (decimal): -7554496 or 4242060. OLE color: 4242060.

HSL color Cylindrical-coordinate representation of color #8CBA40: hue angle of 82.62º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CBA40 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB14018664-
CMYK0.2500.660.27
HSL82.62º48.8%49.02%-
HSV(B)82.62º65.59%72.94%-
XYZ29.341.0611.23-
YUV158.3474.76114.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.90%
GREEN value IS 186 (73.05% from 255) = 47.69%
BLUE value IS 64 (25.39% from 255) = 16.41%
R=35.90%
G=47.69%
B=16.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140186640.2500.660.2782.6248.849.02
Hex8CBA40190421B533131
Octal214272100310102331236161
Binary100011001011101010000001100101000010110111010011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,186,64); }

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

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

 a { background-color: rgb(140,186,64); }

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

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

 span { border-color: rgb(140,186,64); }

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