#93BA34

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

Shades of Yellow Green #93BA34

Tints of Yellow Green #93BA34

Color information

#93BA34 (or 0x93BA34) is unknown color: approx Yellow Green. HEX triplet: 93, BA and 34. RGB value is (147,186,52). Sum of RGB (Red+Green+Blue) = 147+186+52=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BA34 is #6C45CB. Grayscale: #9F9F9F. Windows color (decimal): -7095756 or 3455635. OLE color: 3455635.

HSL color Cylindrical-coordinate representation of color #93BA34: hue angle of 77.46º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #93BA34 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB14718652-
CMYK0.2100.720.27
HSL77.46º56.3%46.67%-
HSV(B)77.46º72.04%72.94%-
XYZ30.2141.579.68-
YUV159.0667.58119.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.18%
GREEN value IS 186 (73.05% from 255) = 48.31%
BLUE value IS 52 (20.70% from 255) = 13.51%
R=38.18%
G=48.31%
B=13.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147186520.2100.720.2777.4656.346.67
Hex93BA34150481B4d382f
Octal22327264250110331157057
Binary10010011101110101101001010101001000110111001101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93BA34; }

 p { color: rgb(147,186,52); }

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

<style>
 a { background-color: #93BA34; }

 a { background-color: rgb(147,186,52); }

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

<style>
 span { border-color: #93BA34; }

 span { border-color: rgb(147,186,52); }

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