#849110

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

Shades of Citron #849110

Tints of Citron #849110

Color information

#849110 (or 0x849110) is unknown color: approx Citron. HEX triplet: 84, 91 and 10. RGB value is (132,145,16). Sum of RGB (Red+Green+Blue) = 132+145+16=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #849110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849110 is #7B6EEF. Grayscale: #7E7E7E. Windows color (decimal): -8089328 or 1085828. OLE color: 1085828.

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

Color convert

RGB13214516-
CMYK0.0900.890.43
HSL66.05º80.12%31.57%-
HSV(B)66.05º88.97%56.86%-
XYZ19.7325.194.31-
YUV126.4165.69131.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.05%
GREEN value IS 145 (57.03% from 255) = 49.49%
BLUE value IS 16 (6.64% from 255) = 5.46%
R=45.05%
G=49.49%
B=5.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132145160.0900.890.4366.0580.1231.57
Hex84911090592B425020
Octal204221201101315310212040
Binary10000100100100011000010010101100110101110000101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849110; }

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

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

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

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

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

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

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

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