#849120

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

Shades of Citron #849120

Tints of Citron #849120

Color information

#849120 (or 0x849120) is unknown color: approx Citron. HEX triplet: 84, 91 and 20. RGB value is (132,145,32). Sum of RGB (Red+Green+Blue) = 132+145+32=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #849120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849120 is #7B6EDF. Grayscale: #808080. Windows color (decimal): -8089312 or 2134404. OLE color: 2134404.

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

Color convert

RGB13214532-
CMYK0.0900.780.43
HSL66.9º63.84%34.71%-
HSV(B)66.9º77.93%56.86%-
XYZ19.925.265.19-
YUV128.2373.69130.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.72%
GREEN value IS 145 (57.03% from 255) = 46.93%
BLUE value IS 32 (12.89% from 255) = 10.36%
R=42.72%
G=46.93%
B=10.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132145320.0900.780.4366.963.8434.71
Hex849120904E2B434023
Octal204221401101165310310043
Binary100001001001000110000010010100111010101110000111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849120; }

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

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

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

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

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

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

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

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