#919014

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

Shades of Citron #919014

Tints of Citron #919014

Color information

#919014 (or 0x919014) is unknown color: approx Citron. HEX triplet: 91, 90 and 14. RGB value is (145,144,20). Sum of RGB (Red+Green+Blue) = 145+144+20=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #919014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919014 is #6E6FEB. Grayscale: #828282. Windows color (decimal): -7237612 or 1347729. OLE color: 1347729.

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

Color convert

RGB14514420-
CMYK00.010.860.43
HSL59.52º75.76%32.35%-
HSV(B)59.52º86.21%56.86%-
XYZ21.7826.024.54-
YUV130.1665.83138.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.93%
GREEN value IS 144 (56.64% from 255) = 46.60%
BLUE value IS 20 (8.20% from 255) = 6.47%
R=46.93%
G=46.60%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451442000.010.860.4359.5275.7632.35
Hex91901401562B3c4c20
Octal2212202401126537411440
Binary1001000110010000101000110101101010111111001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919014; }

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

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

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

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

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

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

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

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