#849112

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

Shades of Citron #849112

Tints of Citron #849112

Color information

#849112 (or 0x849112) is unknown color: approx Citron. HEX triplet: 84, 91 and 12. RGB value is (132,145,18). Sum of RGB (Red+Green+Blue) = 132+145+18=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #849112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849112 is #7B6EED. Grayscale: #7F7F7F. Windows color (decimal): -8089326 or 1216900. OLE color: 1216900.

HSL color Cylindrical-coordinate representation of color #849112: hue angle of 66.14º degrees, saturation: 0.78, 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 #849112 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB13214518-
CMYK0.0900.880.43
HSL66.14º77.91%31.96%-
HSV(B)66.14º87.59%56.86%-
XYZ19.7525.24.4-
YUV126.6466.69131.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 145 (57.03% from 255) = 49.15%
BLUE value IS 18 (7.42% from 255) = 6.10%
R=44.75%
G=49.15%
B=6.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132145180.0900.880.4366.1477.9131.96
Hex84911290582B424e20
Octal204221221101305310211640
Binary10000100100100011001010010101100010101110000101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849112; }

 p { color: rgb(132,145,18); }

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

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

 a { background-color: rgb(132,145,18); }

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

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

 span { border-color: rgb(132,145,18); }

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