#8BBF34

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

Shades of Yellow Green #8BBF34

Tints of Yellow Green #8BBF34

Color information

#8BBF34 (or 0x8BBF34) is unknown color: approx Yellow Green. HEX triplet: 8B, BF and 34. RGB value is (139,191,52). Sum of RGB (Red+Green+Blue) = 139+191+52=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #8BBF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBF34 is #7440CB. Grayscale: #A0A0A0. Windows color (decimal): -7618764 or 3456907. OLE color: 3456907.

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

Color convert

RGB13919152-
CMYK0.2700.730.25
HSL82.45º57.2%47.65%-
HSV(B)82.45º72.77%74.9%-
XYZ29.9439.97-
YUV159.6167.27113.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.39%
GREEN value IS 191 (75% from 255) = 50%
BLUE value IS 52 (20.70% from 255) = 13.61%
R=36.39%
G=50%
B=13.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139191520.2700.730.2582.4557.247.65
Hex8BBF341B04919523930
Octal21327764330111311227160
Binary10001011101111111101001101101001001110011010010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,191,52); }

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

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

 a { background-color: rgb(139,191,52); }

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

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

 span { border-color: rgb(139,191,52); }

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