#918F0E

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

Shades of Citron #918F0E

Tints of Citron #918F0E

Color information

#918F0E (or 0x918F0E) is unknown color: approx Citron. HEX triplet: 91, 8F and 0E. RGB value is (145,143,14). Sum of RGB (Red+Green+Blue) = 145+143+14=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 143 (56.25% from 255 or 47.35% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #918F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918F0E is #6E70F1. Grayscale: #818181. Windows color (decimal): -7237874 or 954257. OLE color: 954257.

HSL color Cylindrical-coordinate representation of color #918F0E: hue angle of 59.08º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #918F0E is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB14514314-
CMYK00.010.900.43
HSL59.08º82.39%31.18%-
HSV(B)59.08º90.34%56.86%-
XYZ21.5825.74.24-
YUV128.8963.16139.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.01%
GREEN value IS 143 (56.25% from 255) = 47.35%
BLUE value IS 14 (5.86% from 255) = 4.64%
R=48.01%
G=47.35%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451431400.010.900.4359.0882.3931.18
Hex918FE015A2B3b521f
Octal2212171601132537312237
Binary10010001100011111110011011010101011111011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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