#93B700

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

Shades of Citrus #93B700

Tints of Citrus #93B700

Color information

#93B700 (or 0x93B700) is unknown color: approx Citrus. HEX triplet: 93, B7 and 00. RGB value is (147,183,0). Sum of RGB (Red+Green+Blue) = 147+183+0=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 183 (71.88% from 255 or 55.45% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 183 - color contains mainly: green. Hex color #93B700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93B700 is #6C48FF. Grayscale: #989898. Windows color (decimal): -7096576 or 46995. OLE color: 46995.

HSL color Cylindrical-coordinate representation of color #93B700: hue angle of 71.8º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93B700 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB1471830-
CMYK0.20010.28
HSL71.8º100%35.88%-
HSV(B)71.8º100%71.76%-
XYZ28.9740.076.21-
YUV151.3742.57124.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.55%
GREEN value IS 183 (71.88% from 255) = 55.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.55%
G=55.45%
B=0%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal14718300.20010.2871.810035.88
Hex93B70140641C486424
Octal22326702401443411014444
Binary1001001110110111010100011001001110010010001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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