#8bbd34

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

Shades of Yellow Green #8BBD34

Tints of Yellow Green #8BBD34

Color information

#8BBD34 (or 0x8BBD34) is unknown color: approx Yellow Green. HEX triplet: 8B, BD and 34. RGB value is (139,189,52). Sum of RGB (Red+Green+Blue) = 139+189+52=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #8BBD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBD34 is #7442CB. Grayscale: #9E9E9E. Windows color (decimal): -7619276 or 3456395. OLE color: 3456395.

HSL color Cylindrical-coordinate representation of color #8BBD34: hue angle of 81.9º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8BBD34 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB13918952-
CMYK0.2600.720.26
HSL81.9º56.85%47.25%-
HSV(B)81.9º72.49%74.12%-
XYZ29.4642.139.83-
YUV158.4367.94114.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.58%
GREEN value IS 189 (74.22% from 255) = 49.74%
BLUE value IS 52 (20.70% from 255) = 13.68%
R=36.58%
G=49.74%
B=13.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal139189520.2600.720.2681.956.8547.25
Hex8BBD341A0481A52392f
Octal21327564320110321227157
Binary10001011101111011101001101001001000110101010010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8bbd34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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