#93B400

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

Shades of Citrus #93B400

Tints of Citrus #93B400

Color information

#93B400 (or 0x93B400) is unknown color: approx Citrus. HEX triplet: 93, B4 and 00. RGB value is (147,180,0). Sum of RGB (Red+Green+Blue) = 147+180+0=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #93B400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93B400 is #6C4BFF. Grayscale: #969696. Windows color (decimal): -7097344 or 46227. OLE color: 46227.

HSL color Cylindrical-coordinate representation of color #93B400: hue angle of 71º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93B400 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB1471800-
CMYK0.18010.29
HSL71º100%35.29%-
HSV(B)71º100%70.59%-
XYZ28.3538.856-
YUV149.6143.57126.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.95%
GREEN value IS 180 (70.70% from 255) = 55.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.95%
G=55.05%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14718000.18010.297110035.29
Hex93B40120641D476423
Octal22326402201443510714443
Binary1001001110110100010010011001001110110001111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,180,0); }

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

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

 a { background-color: rgb(147,180,0); }

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

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

 span { border-color: rgb(147,180,0); }

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