#93C034

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

Shades of Yellow Green #93C034

Tints of Yellow Green #93C034

Color information

#93C034 (or 0x93C034) is unknown color: approx Yellow Green. HEX triplet: 93, C0 and 34. RGB value is (147,192,52). Sum of RGB (Red+Green+Blue) = 147+192+52=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #93C034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C034 is #6C3FCB. Grayscale: #A3A3A3. Windows color (decimal): -7094220 or 3457171. OLE color: 3457171.

HSL color Cylindrical-coordinate representation of color #93C034: hue angle of 79.29º 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 #93C034 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB14719252-
CMYK0.2300.730.25
HSL79.29º57.38%47.84%-
HSV(B)79.29º72.92%75.29%-
XYZ31.544.1510.11-
YUV162.5865.59116.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.60%
GREEN value IS 192 (75.39% from 255) = 49.10%
BLUE value IS 52 (20.70% from 255) = 13.30%
R=37.60%
G=49.10%
B=13.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147192520.2300.730.2579.2957.3847.84
Hex93C03417049194f3930
Octal22330064270111311177160
Binary10010011110000001101001011101001001110011001111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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