#849228

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

Shades of Citron #849228

Tints of Citron #849228

Color information

#849228 (or 0x849228) is unknown color: approx Citron. HEX triplet: 84, 92 and 28. RGB value is (132,146,40). Sum of RGB (Red+Green+Blue) = 132+146+40=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 146 - color contains mainly: green. Hex color #849228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849228 is #7B6DD7. Grayscale: #828282. Windows color (decimal): -8089048 or 2658948. OLE color: 2658948.

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

Color convert

RGB13214640-
CMYK0.1000.730.43
HSL67.92º56.99%36.47%-
HSV(B)67.92º72.6%57.25%-
XYZ20.1825.625.89-
YUV129.7377.36129.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.51%
GREEN value IS 146 (57.42% from 255) = 45.91%
BLUE value IS 40 (16.02% from 255) = 12.58%
R=41.51%
G=45.91%
B=12.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132146400.1000.730.4367.9256.9936.47
Hex849228A0492B443924
Octal20422250120111531047144
Binary10000100100100101010001010010010011010111000100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849228; }

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

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

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

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

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

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

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

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