#93BA15

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

Shades of Citrus #93BA15

Tints of Citrus #93BA15

Color information

#93BA15 (or 0x93BA15) is unknown color: approx Citrus. HEX triplet: 93, BA and 15. RGB value is (147,186,21). Sum of RGB (Red+Green+Blue) = 147+186+21=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93BA15 is #6C45EA. Grayscale: #9C9C9C. Windows color (decimal): -7095787 or 1424019. OLE color: 1424019.

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

Color convert

RGB14718621-
CMYK0.2100.890.27
HSL74.18º79.71%40.59%-
HSV(B)74.18º88.71%72.94%-
XYZ29.7341.387.13-
YUV155.5352.08121.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.53%
GREEN value IS 186 (73.05% from 255) = 52.54%
BLUE value IS 21 (8.59% from 255) = 5.93%
R=41.53%
G=52.54%
B=5.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147186210.2100.890.2774.1879.7140.59
Hex93BA15150591B4a5029
Octal223272252501313311212051
Binary10010011101110101010110101010110011101110010101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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