#93BC15

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

Shades of Citrus #93BC15

Tints of Citrus #93BC15

Color information

#93BC15 (or 0x93BC15) is unknown color: approx Citrus. HEX triplet: 93, BC and 15. RGB value is (147,188,21). Sum of RGB (Red+Green+Blue) = 147+188+21=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93BC15 is #6C43EA. Grayscale: #9D9D9D. Windows color (decimal): -7095275 or 1424531. OLE color: 1424531.

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

Color convert

RGB14718821-
CMYK0.2200.890.26
HSL74.73º79.9%40.98%-
HSV(B)74.73º88.83%73.73%-
XYZ30.1542.227.27-
YUV156.751.42121.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 188 (73.83% from 255) = 52.81%
BLUE value IS 21 (8.59% from 255) = 5.90%
R=41.29%
G=52.81%
B=5.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal147188210.2200.890.2674.7379.940.98
Hex93BC15160591A4b5029
Octal223274252601313211312051
Binary10010011101111001010110110010110011101010010111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BC15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,188,21); }

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

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

 a { background-color: rgb(147,188,21); }

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

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

 span { border-color: rgb(147,188,21); }

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