#849326

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

Shades of Citron #849326

Tints of Citron #849326

Color information

#849326 (or 0x849326) is unknown color: approx Citron. HEX triplet: 84, 93 and 26. RGB value is (132,147,38). Sum of RGB (Red+Green+Blue) = 132+147+38=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #849326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849326 is #7B6CD9. Grayscale: #828282. Windows color (decimal): -8088794 or 2528132. OLE color: 2528132.

HSL color Cylindrical-coordinate representation of color #849326: hue angle of 68.26º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #849326 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB13214738-
CMYK0.1000.740.42
HSL68.26º58.92%36.27%-
HSV(B)68.26º74.15%57.65%-
XYZ20.325.915.77-
YUV130.0976.03129.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.64%
GREEN value IS 147 (57.81% from 255) = 46.37%
BLUE value IS 38 (15.23% from 255) = 11.99%
R=41.64%
G=46.37%
B=11.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132147380.1000.740.4268.2658.9236.27
Hex849326A04A2A443b24
Octal20422346120112521047344
Binary10000100100100111001101010010010101010101000100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849326; }

 p { color: rgb(132,147,38); }

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

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

 a { background-color: rgb(132,147,38); }

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

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

 span { border-color: rgb(132,147,38); }

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