#93BD2E

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

Shades of Yellow Green #93BD2E

Tints of Yellow Green #93BD2E

Color information

#93BD2E (or 0x93BD2E) is unknown color: approx Yellow Green. HEX triplet: 93, BD and 2E. RGB value is (147,189,46). Sum of RGB (Red+Green+Blue) = 147+189+46=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 189 (74.22% from 255 or 49.48% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BD2E is #6C42D1. Grayscale: #A0A0A0. Windows color (decimal): -7094994 or 3063187. OLE color: 3063187.

HSL color Cylindrical-coordinate representation of color #93BD2E: hue angle of 77.62º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #93BD2E is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB14718946-
CMYK0.2200.760.26
HSL77.62º60.85%46.08%-
HSV(B)77.62º75.66%74.12%-
XYZ30.7242.89.23-
YUV160.1463.59118.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.48%
GREEN value IS 189 (74.22% from 255) = 49.48%
BLUE value IS 46 (18.36% from 255) = 12.04%
R=38.48%
G=49.48%
B=12.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal147189460.2200.760.2677.6260.8546.08
Hex93BD2E1604C1A4e3d2e
Octal22327556260114321167556
Binary10010011101111011011101011001001100110101001110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,189,46); }

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

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

 a { background-color: rgb(147,189,46); }

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

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

 span { border-color: rgb(147,189,46); }

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