#93952B

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

Shades of Citron #93952B

Tints of Citron #93952B

Color information

#93952B (or 0x93952B) is unknown color: approx Citron. HEX triplet: 93, 95 and 2B. RGB value is (147,149,43). Sum of RGB (Red+Green+Blue) = 147+149+43=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #93952B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93952B is #6C6AD4. Grayscale: #888888. Windows color (decimal): -7105237 or 2856339. OLE color: 2856339.

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

Color convert

RGB14714943-
CMYK0.0100.710.42
HSL61.13º55.21%37.65%-
HSV(B)61.13º71.14%58.43%-
XYZ23.2227.876.44-
YUV136.3275.34135.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.36%
GREEN value IS 149 (58.59% from 255) = 43.95%
BLUE value IS 43 (17.19% from 255) = 12.68%
R=43.36%
G=43.95%
B=12.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147149430.0100.710.4261.1355.2137.65
Hex93952B10472A3d3726
Octal223225531010752756746
Binary1001001110010101101011101000111101010111101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93952B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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