#849426

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

Shades of Citron #849426

Tints of Citron #849426

Color information

#849426 (or 0x849426) is unknown color: approx Citron. HEX triplet: 84, 94 and 26. RGB value is (132,148,38). Sum of RGB (Red+Green+Blue) = 132+148+38=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #849426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849426 is #7B6BD9. Grayscale: #838383. Windows color (decimal): -8088538 or 2528388. OLE color: 2528388.

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

Color convert

RGB13214838-
CMYK0.1100.740.42
HSL68.73º59.14%36.47%-
HSV(B)68.73º74.32%58.04%-
XYZ20.4626.235.82-
YUV130.6875.7128.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.51%
GREEN value IS 148 (58.20% from 255) = 46.54%
BLUE value IS 38 (15.23% from 255) = 11.95%
R=41.51%
G=46.54%
B=11.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132148380.1100.740.4268.7359.1436.47
Hex849426B04A2A453b24
Octal20422446130112521057344
Binary10000100100101001001101011010010101010101000101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849426; }

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

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

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

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

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

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

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

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