#849610

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

Shades of Citron #849610

Tints of Citron #849610

Color information

#849610 (or 0x849610) is unknown color: approx Citron. HEX triplet: 84, 96 and 10. RGB value is (132,150,16). Sum of RGB (Red+Green+Blue) = 132+150+16=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #849610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849610 is #7B69EF. Grayscale: #818181. Windows color (decimal): -8088048 or 1087108. OLE color: 1087108.

HSL color Cylindrical-coordinate representation of color #849610: hue angle of 68.06º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #849610 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB13215016-
CMYK0.1200.890.41
HSL68.06º80.72%32.55%-
HSV(B)68.06º89.33%58.82%-
XYZ20.5226.764.57-
YUV129.3464.04129.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 150 (58.98% from 255) = 50.34%
BLUE value IS 16 (6.64% from 255) = 5.37%
R=44.30%
G=50.34%
B=5.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132150160.1200.890.4168.0680.7232.55
Hex849610C05929445121
Octal204226201401315110412141
Binary10000100100101101000011000101100110100110001001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849610; }

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

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

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

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

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

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

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

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