#93941F

Color #93941F Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #93941F

Tints of Citron #93941F

Color information

#93941F (or 0x93941F) is unknown color: approx Citron. HEX triplet: 93, 94 and 1F. RGB value is (147,148,31). Sum of RGB (Red+Green+Blue) = 147+148+31=326 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.09% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #93941F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93941F is #6C6BE0. Grayscale: #868686. Windows color (decimal): -7105505 or 2069651. OLE color: 2069651.

HSL color Cylindrical-coordinate representation of color #93941F: hue angle of 60.51º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #93941F is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB14714831-
CMYK0.0100.790.42
HSL60.51º65.36%35.1%-
HSV(B)60.51º79.05%58.04%-
XYZ22.8727.485.4-
YUV134.3669.67137.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.09%
GREEN value IS 148 (58.20% from 255) = 45.40%
BLUE value IS 31 (12.5% from 255) = 9.51%
R=45.09%
G=45.40%
B=9.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147148310.0100.790.4260.5165.3635.1
Hex93941F104F2A3d4123
Octal2232243710117527510143
Binary1001001110010100111111010011111010101111011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93941F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93941F; }

 p { color: rgb(147,148,31); }

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

<style>
 a { background-color: #93941F; }

 a { background-color: rgb(147,148,31); }

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

<style>
 span { border-color: #93941F; }

 span { border-color: rgb(147,148,31); }

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