#849211

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

Shades of Citron #849211

Tints of Citron #849211

Color information

#849211 (or 0x849211) is unknown color: approx Citron. HEX triplet: 84, 92 and 11. RGB value is (132,146,17). Sum of RGB (Red+Green+Blue) = 132+146+17=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #849211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849211 is #7B6DEE. Grayscale: #7F7F7F. Windows color (decimal): -8089071 or 1151620. OLE color: 1151620.

HSL color Cylindrical-coordinate representation of color #849211: hue angle of 66.51º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #849211 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB13214617-
CMYK0.1000.880.43
HSL66.51º79.14%31.96%-
HSV(B)66.51º88.36%57.25%-
XYZ19.925.54.4-
YUV127.1165.86131.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 146 (57.42% from 255) = 49.49%
BLUE value IS 17 (7.03% from 255) = 5.76%
R=44.75%
G=49.49%
B=5.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132146170.1000.880.4366.5179.1431.96
Hex849211A0582B434f20
Octal204222211201305310311740
Binary10000100100100101000110100101100010101110000111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849211; }

 p { color: rgb(132,146,17); }

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

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

 a { background-color: rgb(132,146,17); }

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

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

 span { border-color: rgb(132,146,17); }

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