#93BA01

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

Shades of Citrus #93BA01

Tints of Citrus #93BA01

Color information

#93BA01 (or 0x93BA01) is unknown color: approx Citrus. HEX triplet: 93, BA and 01. RGB value is (147,186,1). Sum of RGB (Red+Green+Blue) = 147+186+1=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93BA01 is #6C45FE. Grayscale: #999999. Windows color (decimal): -7095807 or 113299. OLE color: 113299.

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

Color convert

RGB1471861-
CMYK0.2100.990.27
HSL72.65º98.93%36.67%-
HSV(B)72.65º99.46%72.94%-
XYZ29.641.326.44-
YUV153.2542.08123.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.01%
GREEN value IS 186 (73.05% from 255) = 55.69%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=44.01%
G=55.69%
B=0.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal14718610.2100.990.2772.6598.9336.67
Hex93BA1150631B496325
Octal22327212501433311114345
Binary1001001110111010110101011000111101110010011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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