#93952C

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

Shades of Citron #93952C

Tints of Citron #93952C

Color information

#93952C (or 0x93952C) is unknown color: approx Citron. HEX triplet: 93, 95 and 2C. RGB value is (147,149,44). Sum of RGB (Red+Green+Blue) = 147+149+44=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 149 - color contains mainly: green. Hex color #93952C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93952C is #6C6AD3. Grayscale: #888888. Windows color (decimal): -7105236 or 2921875. OLE color: 2921875.

HSL color Cylindrical-coordinate representation of color #93952C: hue angle of 61.14º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93952C is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14714944-
CMYK0.0100.700.42
HSL61.14º54.4%37.84%-
HSV(B)61.14º70.47%58.43%-
XYZ23.2327.886.54-
YUV136.4375.84135.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.24%
GREEN value IS 149 (58.59% from 255) = 43.82%
BLUE value IS 44 (17.58% from 255) = 12.94%
R=43.24%
G=43.82%
B=12.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147149440.0100.700.4261.1454.437.84
Hex93952C10462A3d3626
Octal223225541010652756646
Binary1001001110010101101100101000110101010111101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93952C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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