#93B317

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

Shades of Citrus #93B317

Tints of Citrus #93B317

Color information

#93B317 (or 0x93B317) is unknown color: approx Citrus. HEX triplet: 93, B3 and 17. RGB value is (147,179,23). Sum of RGB (Red+Green+Blue) = 147+179+23=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 179 (70.31% from 255 or 51.29% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 179 - color contains mainly: green. Hex color #93B317 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93B317 is #6C4CE8. Grayscale: #989898. Windows color (decimal): -7097577 or 1553299. OLE color: 1553299.

HSL color Cylindrical-coordinate representation of color #93B317: hue angle of 72.31º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #93B317 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB14717923-
CMYK0.1800.870.30
HSL72.31º77.23%39.61%-
HSV(B)72.31º87.15%70.2%-
XYZ28.3138.516.75-
YUV151.6555.4124.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.12%
GREEN value IS 179 (70.31% from 255) = 51.29%
BLUE value IS 23 (9.38% from 255) = 6.59%
R=42.12%
G=51.29%
B=6.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal147179230.1800.870.3072.3177.2339.61
Hex93B317120571E484d28
Octal223263272201273611011550
Binary10010011101100111011110010010101111111010010001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,179,23); }

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

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

 a { background-color: rgb(147,179,23); }

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

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

 span { border-color: rgb(147,179,23); }

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