#849021

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

Shades of Citron #849021

Tints of Citron #849021

Color information

#849021 (or 0x849021) is unknown color: approx Citron. HEX triplet: 84, 90 and 21. RGB value is (132,144,33). Sum of RGB (Red+Green+Blue) = 132+144+33=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #849021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849021 is #7B6FDE. Grayscale: #808080. Windows color (decimal): -8089567 or 2199684. OLE color: 2199684.

HSL color Cylindrical-coordinate representation of color #849021: hue angle of 66.49º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #849021 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB13214433-
CMYK0.0800.770.44
HSL66.49º62.71%34.71%-
HSV(B)66.49º77.08%56.47%-
XYZ19.7624.965.22-
YUV127.7674.52131.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.72%
GREEN value IS 144 (56.64% from 255) = 46.60%
BLUE value IS 33 (13.28% from 255) = 10.68%
R=42.72%
G=46.60%
B=10.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132144330.0800.770.4466.4962.7134.71
Hex849021804D2C423f23
Octal20422041100115541027743
Binary10000100100100001000011000010011011011001000010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849021; }

 p { color: rgb(132,144,33); }

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

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

 a { background-color: rgb(132,144,33); }

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

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

 span { border-color: rgb(132,144,33); }

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