#93A70E

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

Shades of Citrus #93A70E

Tints of Citrus #93A70E

Color information

#93A70E (or 0x93A70E) is unknown color: approx Citrus. HEX triplet: 93, A7 and 0E. RGB value is (147,167,14). Sum of RGB (Red+Green+Blue) = 147+167+14=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 167 (65.62% from 255 or 50.91% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 167 - color contains mainly: green. Hex color #93A70E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A70E is #6C58F1. Grayscale: #909090. Windows color (decimal): -7100658 or 960403. OLE color: 960403.

HSL color Cylindrical-coordinate representation of color #93A70E: hue angle of 67.84º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93A70E is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB14716714-
CMYK0.1200.920.35
HSL67.84º84.53%35.49%-
HSV(B)67.84º91.62%65.49%-
XYZ25.9333.875.59-
YUV143.5854.87130.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.82%
GREEN value IS 167 (65.62% from 255) = 50.91%
BLUE value IS 14 (5.86% from 255) = 4.27%
R=44.82%
G=50.91%
B=4.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal147167140.1200.920.3567.8484.5335.49
Hex93A7EC05C23445523
Octal223247161401344310412543
Binary1001001110100111111011000101110010001110001001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A70E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,167,14); }

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

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

 a { background-color: rgb(147,167,14); }

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

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

 span { border-color: rgb(147,167,14); }

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