#93962C

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

Shades of Citron #93962C

Tints of Citron #93962C

Color information

#93962C (or 0x93962C) is unknown color: approx Citron. HEX triplet: 93, 96 and 2C. RGB value is (147,150,44). Sum of RGB (Red+Green+Blue) = 147+150+44=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 150 - color contains mainly: green. Hex color #93962C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93962C is #6C69D3. Grayscale: #898989. Windows color (decimal): -7104980 or 2922131. OLE color: 2922131.

HSL color Cylindrical-coordinate representation of color #93962C: hue angle of 61.7º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93962C is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB14715044-
CMYK0.0200.710.41
HSL61.7º54.64%38.04%-
HSV(B)61.7º70.67%58.82%-
XYZ23.3928.26.59-
YUV137.0275.51135.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.11%
GREEN value IS 150 (58.98% from 255) = 43.99%
BLUE value IS 44 (17.58% from 255) = 12.90%
R=43.11%
G=43.99%
B=12.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal147150440.0200.710.4161.754.6438.04
Hex93962C2047293e3726
Octal223226542010751766746
Binary10010011100101101011001001000111101001111110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93962C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93962C; }

 p { color: rgb(147,150,44); }

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

<style>
 a { background-color: #93962C; }

 a { background-color: rgb(147,150,44); }

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

<style>
 span { border-color: #93962C; }

 span { border-color: rgb(147,150,44); }

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