#849226

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

Shades of Citron #849226

Tints of Citron #849226

Color information

#849226 (or 0x849226) is unknown color: approx Citron. HEX triplet: 84, 92 and 26. RGB value is (132,146,38). Sum of RGB (Red+Green+Blue) = 132+146+38=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #849226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849226 is #7B6DD9. Grayscale: #818181. Windows color (decimal): -8089050 or 2527876. OLE color: 2527876.

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

Color convert

RGB13214638-
CMYK0.1000.740.43
HSL67.78º58.7%36.08%-
HSV(B)67.78º73.97%57.25%-
XYZ20.1425.65.71-
YUV129.576.36129.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.77%
GREEN value IS 146 (57.42% from 255) = 46.20%
BLUE value IS 38 (15.23% from 255) = 12.03%
R=41.77%
G=46.20%
B=12.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132146380.1000.740.4367.7858.736.08
Hex849226A04A2B443b24
Octal20422246120112531047344
Binary10000100100100101001101010010010101010111000100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849226; }

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

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

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

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

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

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

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

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