#849421

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

Shades of Citron #849421

Tints of Citron #849421

Color information

#849421 (or 0x849421) is unknown color: approx Citron. HEX triplet: 84, 94 and 21. RGB value is (132,148,33). Sum of RGB (Red+Green+Blue) = 132+148+33=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #849421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849421 is #7B6BDE. Grayscale: #828282. Windows color (decimal): -8088543 or 2200708. OLE color: 2200708.

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

Color convert

RGB13214833-
CMYK0.1100.780.42
HSL68.35º63.54%35.49%-
HSV(B)68.35º77.7%58.04%-
XYZ20.3826.25.42-
YUV130.1173.2129.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.17%
GREEN value IS 148 (58.20% from 255) = 47.28%
BLUE value IS 33 (13.28% from 255) = 10.54%
R=42.17%
G=47.28%
B=10.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132148330.1100.780.4268.3563.5435.49
Hex849421B04E2A444023
Octal204224411301165210410043
Binary100001001001010010000110110100111010101010001001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849421; }

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

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

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

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

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

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

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

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