#918F1E

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

Shades of Citron #918F1E

Tints of Citron #918F1E

Color information

#918F1E (or 0x918F1E) is unknown color: approx Citron. HEX triplet: 91, 8F and 1E. RGB value is (145,143,30). Sum of RGB (Red+Green+Blue) = 145+143+30=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #918F1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918F1E is #6E70E1. Grayscale: #838383. Windows color (decimal): -7237858 or 2002833. OLE color: 2002833.

HSL color Cylindrical-coordinate representation of color #918F1E: hue angle of 58.96º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #918F1E is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB14514330-
CMYK00.010.790.43
HSL58.96º65.71%34.31%-
HSV(B)58.96º79.31%56.86%-
XYZ21.7325.765.05-
YUV130.7271.16138.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.60%
GREEN value IS 143 (56.25% from 255) = 44.97%
BLUE value IS 30 (12.11% from 255) = 9.43%
R=45.60%
G=44.97%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451433000.010.790.4358.9665.7134.31
Hex918F1E014F2B3b4222
Octal2212173601117537310242
Binary1001000110001111111100110011111010111110111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918F1E; }

 p { color: rgb(145,143,30); }

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

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

 a { background-color: rgb(145,143,30); }

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

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

 span { border-color: rgb(145,143,30); }

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