#849E10

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

Shades of Citron #849E10

Tints of Citron #849E10

Color information

#849E10 (or 0x849E10) is unknown color: approx Citron. HEX triplet: 84, 9E and 10. RGB value is (132,158,16). Sum of RGB (Red+Green+Blue) = 132+158+16=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 158 (62.11% from 255 or 51.63% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 158 - color contains mainly: green. Hex color #849E10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849E10 is #7B61EF. Grayscale: #868686. Windows color (decimal): -8086000 or 1089156. OLE color: 1089156.

HSL color Cylindrical-coordinate representation of color #849E10: hue angle of 70.99º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #849E10 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB13215816-
CMYK0.1600.900.38
HSL70.99º81.61%34.12%-
HSV(B)70.99º89.87%61.96%-
XYZ21.8429.45.01-
YUV134.0461.39126.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.14%
GREEN value IS 158 (62.11% from 255) = 51.63%
BLUE value IS 16 (6.64% from 255) = 5.23%
R=43.14%
G=51.63%
B=5.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132158160.1600.900.3870.9981.6134.12
Hex849E101005A26475222
Octal204236202001324610712242
Binary100001001001111010000100000101101010011010001111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,158,16); }

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

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

 a { background-color: rgb(132,158,16); }

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

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

 span { border-color: rgb(132,158,16); }

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