#93992A

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

Shades of Citron #93992A

Tints of Citron #93992A

Color information

#93992A (or 0x93992A) is unknown color: approx Citron. HEX triplet: 93, 99 and 2A. RGB value is (147,153,42). Sum of RGB (Red+Green+Blue) = 147+153+42=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #93992A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93992A is #6C66D5. Grayscale: #8A8A8A. Windows color (decimal): -7104214 or 2791827. OLE color: 2791827.

HSL color Cylindrical-coordinate representation of color #93992A: hue angle of 63.24º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #93992A is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB14715342-
CMYK0.0400.730.4
HSL63.24º56.92%38.24%-
HSV(B)63.24º72.55%60%-
XYZ23.8429.156.56-
YUV138.5573.51134.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.98%
GREEN value IS 153 (60.16% from 255) = 44.74%
BLUE value IS 42 (16.80% from 255) = 12.28%
R=42.98%
G=44.74%
B=12.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal147153420.0400.730.463.2456.9238.24
Hex93992A4049283f3926
Octal223231524011150777146
Binary100100111001100110101010001001001101000111111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93992A; }

 p { color: rgb(147,153,42); }

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

<style>
 a { background-color: #93992A; }

 a { background-color: rgb(147,153,42); }

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

<style>
 span { border-color: #93992A; }

 span { border-color: rgb(147,153,42); }

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