#849014

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

Shades of Citron #849014

Tints of Citron #849014

Color information

#849014 (or 0x849014) is unknown color: approx Citron. HEX triplet: 84, 90 and 14. RGB value is (132,144,20). Sum of RGB (Red+Green+Blue) = 132+144+20=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #849014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849014 is #7B6FEB. Grayscale: #7E7E7E. Windows color (decimal): -8089580 or 1347716. OLE color: 1347716.

HSL color Cylindrical-coordinate representation of color #849014: hue angle of 65.81º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #849014 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB13214420-
CMYK0.0800.860.44
HSL65.81º75.61%32.16%-
HSV(B)65.81º86.11%56.47%-
XYZ19.6224.94.43-
YUV126.2868.02132.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.59%
GREEN value IS 144 (56.64% from 255) = 48.65%
BLUE value IS 20 (8.20% from 255) = 6.76%
R=44.59%
G=48.65%
B=6.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132144200.0800.860.4465.8175.6132.16
Hex84901480562C424c20
Octal204220241001265410211440
Binary10000100100100001010010000101011010110010000101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849014; }

 p { color: rgb(132,144,20); }

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

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

 a { background-color: rgb(132,144,20); }

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

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

 span { border-color: rgb(132,144,20); }

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