#8BC035

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

Shades of Yellow Green #8BC035

Tints of Yellow Green #8BC035

Color information

#8BC035 (or 0x8BC035) is unknown color: approx Yellow Green. HEX triplet: 8B, C0 and 35. RGB value is (139,192,53). Sum of RGB (Red+Green+Blue) = 139+192+53=384 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.20% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC035 is #743FCA. Grayscale: #A0A0A0. Windows color (decimal): -7618507 or 3522699. OLE color: 3522699.

HSL color Cylindrical-coordinate representation of color #8BC035: hue angle of 82.88º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8BC035 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB13919253-
CMYK0.2800.720.25
HSL82.88º56.73%48.04%-
HSV(B)82.88º72.4%75.29%-
XYZ30.1443.4510.17-
YUV160.3167.44112.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.20%
GREEN value IS 192 (75.39% from 255) = 50%
BLUE value IS 53 (21.09% from 255) = 13.80%
R=36.20%
G=50%
B=13.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139192530.2800.720.2582.8856.7348.04
Hex8BC0351C04819533930
Octal21330065340110311237160
Binary10001011110000001101011110001001000110011010011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,192,53); }

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

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

 a { background-color: rgb(139,192,53); }

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

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

 span { border-color: rgb(139,192,53); }

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