#849411

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

Shades of Citron #849411

Tints of Citron #849411

Color information

#849411 (or 0x849411) is unknown color: approx Citron. HEX triplet: 84, 94 and 11. RGB value is (132,148,17). Sum of RGB (Red+Green+Blue) = 132+148+17=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #849411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849411 is #7B6BEE. Grayscale: #808080. Windows color (decimal): -8088559 or 1152132. OLE color: 1152132.

HSL color Cylindrical-coordinate representation of color #849411: hue angle of 67.33º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #849411 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB13214817-
CMYK0.1100.890.42
HSL67.33º79.39%32.35%-
HSV(B)67.33º88.51%58.04%-
XYZ20.2126.134.51-
YUV128.2865.2130.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.44%
GREEN value IS 148 (58.20% from 255) = 49.83%
BLUE value IS 17 (7.03% from 255) = 5.72%
R=44.44%
G=49.83%
B=5.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132148170.1100.890.4267.3379.3932.35
Hex849411B0592A434f20
Octal204224211301315210311740
Binary10000100100101001000110110101100110101010000111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849411; }

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

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

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

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

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

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

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

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