#849414

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

Shades of Citron #849414

Tints of Citron #849414

Color information

#849414 (or 0x849414) is unknown color: approx Citron. HEX triplet: 84, 94 and 14. RGB value is (132,148,20). Sum of RGB (Red+Green+Blue) = 132+148+20=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #849414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849414 is #7B6BEB. Grayscale: #818181. Windows color (decimal): -8088556 or 1348740. OLE color: 1348740.

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

Color convert

RGB13214820-
CMYK0.1100.860.42
HSL67.5º76.19%32.94%-
HSV(B)67.5º86.49%58.04%-
XYZ20.2326.144.64-
YUV128.6266.7130.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44%
GREEN value IS 148 (58.20% from 255) = 49.33%
BLUE value IS 20 (8.20% from 255) = 6.67%
R=44%
G=49.33%
B=6.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132148200.1100.860.4267.576.1932.94
Hex849414B0562A444c21
Octal204224241301265210411441
Binary10000100100101001010010110101011010101010001001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849414; }

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

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

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

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

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

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

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

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