Html Css Color HEX #93BD32 Yellow Green

📋 copy color: '#93BD32'

red 147 ◦ green 189 ◦ blue 50

#93BD32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #93BD32

Tints of Yellow Green #93BD32

RGB

 RED value IS 147 (57.81% from 255) = 38.08%

 GREEN value IS 189 (74.22% from 255) = 48.96%

 BLUE value IS 50 (19.92% from 255) = 12.95%

R = 38.08%
G = 48.96%
B = 12.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#93BD32 (or 0x93BD32) is known color: Yellow Green. HEX triplet: 93, BD and 32. RGB value is (147,189,50). Sum of RGB (Red+Green+Blue) = 147+189+50=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 189 (74.22% from 255 or 48.96% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BD32 is #6C42CD. Grayscale: #A1A1A1. Windows color (decimal): -7094990 or 3325331. OLE color: 3325331.

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

Color convert

RGB 147 189 50 -
CMYK 0.22 0 0.74 0.26
HSL 78.13º 0.58% 0.47% -
HSV(B) 78.13º 0.74% 0.74% -
XYZ 30.81 42.83 9.66 -
YUV 160.6 65.59 118.3 -
System Red Green Blue C M Y K H S L
Decimal 147 189 50 0.22 0 0.74 0.26 78.13 0.58 0.47
Hex 93 BD 32 16 0 4A 1A 4E 3A 2F
Octal 223 275 62 26 0 112 32 116 72 57
Binary 10010011 10111101 110010 10110 0 1001010 11010 1001110 111010 101111

Color Harmonies of #93BD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BD32

Black with #93BD32

Text Example


Text Example

White with #93BD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93BD32;
 }
 .AnyTagClassName
 {
   color: #93BD32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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