#93BD2A

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

Shades of Yellow Green #93BD2A

Tints of Yellow Green #93BD2A

Color information

#93BD2A (or 0x93BD2A) is unknown color: approx Yellow Green. HEX triplet: 93, BD and 2A. RGB value is (147,189,42). Sum of RGB (Red+Green+Blue) = 147+189+42=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BD2A is #6C42D5. Grayscale: #A0A0A0. Windows color (decimal): -7094998 or 2801043. OLE color: 2801043.

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

Color convert

RGB14718942-
CMYK0.2200.780.26
HSL77.14º63.64%45.29%-
HSV(B)77.14º77.78%74.12%-
XYZ30.6542.778.83-
YUV159.6861.59118.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.89%
GREEN value IS 189 (74.22% from 255) = 50%
BLUE value IS 42 (16.80% from 255) = 11.11%
R=38.89%
G=50%
B=11.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal147189420.2200.780.2677.1463.6445.29
Hex93BD2A1604E1A4d402d
Octal223275522601163211510055
Binary100100111011110110101010110010011101101010011011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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