#849510

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

Shades of Citron #849510

Tints of Citron #849510

Color information

#849510 (or 0x849510) is unknown color: approx Citron. HEX triplet: 84, 95 and 10. RGB value is (132,149,16). Sum of RGB (Red+Green+Blue) = 132+149+16=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #849510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849510 is #7B6AEF. Grayscale: #818181. Windows color (decimal): -8088304 or 1086852. OLE color: 1086852.

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

Color convert

RGB13214916-
CMYK0.1100.890.42
HSL67.67º80.61%32.35%-
HSV(B)67.67º89.26%58.43%-
XYZ20.3626.444.52-
YUV128.7664.37130.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.44%
GREEN value IS 149 (58.59% from 255) = 50.17%
BLUE value IS 16 (6.64% from 255) = 5.39%
R=44.44%
G=50.17%
B=5.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132149160.1100.890.4267.6780.6132.35
Hex849510B0592A445120
Octal204225201301315210412140
Binary10000100100101011000010110101100110101010001001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849510; }

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

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

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

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

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

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

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

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