#93BE12

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

Shades of Citrus #93BE12

Tints of Citrus #93BE12

Color information

#93BE12 (or 0x93BE12) is unknown color: approx Citrus. HEX triplet: 93, BE and 12. RGB value is (147,190,18). Sum of RGB (Red+Green+Blue) = 147+190+18=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 190 (74.61% from 255 or 53.52% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 190 - color contains mainly: green. Hex color #93BE12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93BE12 is #6C41ED. Grayscale: #9E9E9E. Windows color (decimal): -7094766 or 1228435. OLE color: 1228435.

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

Color convert

RGB14719018-
CMYK0.2300.910.25
HSL75º82.69%40.78%-
HSV(B)75º90.53%74.51%-
XYZ30.5643.077.28-
YUV157.5349.25120.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.41%
GREEN value IS 190 (74.61% from 255) = 53.52%
BLUE value IS 18 (7.42% from 255) = 5.07%
R=41.41%
G=53.52%
B=5.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147190180.2300.910.257582.6940.78
Hex93BE121705B194b5329
Octal223276222701333111312351
Binary10010011101111101001010111010110111100110010111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,190,18); }

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

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

 a { background-color: rgb(147,190,18); }

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

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

 span { border-color: rgb(147,190,18); }

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