#918E1B

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

Shades of Citron #918E1B

Tints of Citron #918E1B

Color information

#918E1B (or 0x918E1B) is unknown color: approx Citron. HEX triplet: 91, 8E and 1B. RGB value is (145,142,27). Sum of RGB (Red+Green+Blue) = 145+142+27=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #918E1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918E1B is #6E71E4. Grayscale: #828282. Windows color (decimal): -7238117 or 1805969. OLE color: 1805969.

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

Color convert

RGB14514227-
CMYK00.020.810.43
HSL58.47º68.6%33.73%-
HSV(B)58.47º81.38%56.86%-
XYZ21.5525.444.81-
YUV129.7969.99138.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.18%
GREEN value IS 142 (55.86% from 255) = 45.22%
BLUE value IS 27 (10.94% from 255) = 8.60%
R=46.18%
G=45.22%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451422700.020.810.4358.4768.633.73
Hex918E1B02512B3a4522
Octal2212163302121537210542
Binary10010001100011101101101010100011010111110101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,142,27); }

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

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

 a { background-color: rgb(145,142,27); }

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

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

 span { border-color: rgb(145,142,27); }

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