#849A28

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

Shades of Citron #849A28

Tints of Citron #849A28

Color information

#849A28 (or 0x849A28) is unknown color: approx Citron. HEX triplet: 84, 9A and 28. RGB value is (132,154,40). Sum of RGB (Red+Green+Blue) = 132+154+40=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 154 - color contains mainly: green. Hex color #849A28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849A28 is #7B65D7. Grayscale: #868686. Windows color (decimal): -8087000 or 2660996. OLE color: 2660996.

HSL color Cylindrical-coordinate representation of color #849A28: hue angle of 71.58º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #849A28 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB13215440-
CMYK0.1400.740.40
HSL71.58º58.76%38.04%-
HSV(B)71.58º74.03%60.39%-
XYZ21.4528.176.31-
YUV134.4374.71126.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 154 (60.55% from 255) = 47.24%
BLUE value IS 40 (16.02% from 255) = 12.27%
R=40.49%
G=47.24%
B=12.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal132154400.1400.740.4071.5858.7638.04
Hex849A28E04A28483b26
Octal20423250160112501107346
Binary10000100100110101010001110010010101010001001000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849A28; }

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

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

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

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

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

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

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

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