#8CBA3B

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

Shades of Yellow Green #8CBA3B

Tints of Yellow Green #8CBA3B

Color information

#8CBA3B (or 0x8CBA3B) is unknown color: approx Yellow Green. HEX triplet: 8C, BA and 3B. RGB value is (140,186,59). Sum of RGB (Red+Green+Blue) = 140+186+59=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBA3B is #7345C4. Grayscale: #9E9E9E. Windows color (decimal): -7554501 or 3914380. OLE color: 3914380.

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

Color convert

RGB14018659-
CMYK0.2500.680.27
HSL81.73º51.84%48.04%-
HSV(B)81.73º68.28%72.94%-
XYZ29.1641.0110.52-
YUV157.7772.26115.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.36%
GREEN value IS 186 (73.05% from 255) = 48.31%
BLUE value IS 59 (23.44% from 255) = 15.32%
R=36.36%
G=48.31%
B=15.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140186590.2500.680.2781.7351.8448.04
Hex8CBA3B190441B523430
Octal21427273310104331226460
Binary10001100101110101110111100101000100110111010010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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