#93BF32

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

Shades of Yellow Green #93BF32

Tints of Yellow Green #93BF32

Color information

#93BF32 (or 0x93BF32) is unknown color: approx Yellow Green. HEX triplet: 93, BF and 32. RGB value is (147,191,50). Sum of RGB (Red+Green+Blue) = 147+191+50=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 191 (75% from 255 or 49.23% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 191 - color contains mainly: green. Hex color #93BF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BF32 is #6C40CD. Grayscale: #A2A2A2. Windows color (decimal): -7094478 or 3325843. OLE color: 3325843.

HSL color Cylindrical-coordinate representation of color #93BF32: hue angle of 78.72º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #93BF32 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB14719150-
CMYK0.2300.740.25
HSL78.72º58.51%47.25%-
HSV(B)78.72º73.82%74.9%-
XYZ31.2443.699.81-
YUV161.7764.92117.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.89%
GREEN value IS 191 (75% from 255) = 49.23%
BLUE value IS 50 (19.92% from 255) = 12.89%
R=37.89%
G=49.23%
B=12.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147191500.2300.740.2578.7258.5147.25
Hex93BF321704A194f3b2f
Octal22327762270112311177357
Binary10010011101111111100101011101001010110011001111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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