#918F1B

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

Shades of Citron #918F1B

Tints of Citron #918F1B

Color information

#918F1B (or 0x918F1B) is unknown color: approx Citron. HEX triplet: 91, 8F and 1B. RGB value is (145,143,27). Sum of RGB (Red+Green+Blue) = 145+143+27=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #918F1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918F1B is #6E70E4. Grayscale: #828282. Windows color (decimal): -7237861 or 1806225. OLE color: 1806225.

HSL color Cylindrical-coordinate representation of color #918F1B: hue angle of 58.98º 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 #918F1B is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB14514327-
CMYK00.010.810.43
HSL58.98º68.6%33.73%-
HSV(B)58.98º81.38%56.86%-
XYZ21.725.744.86-
YUV130.3769.66138.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.03%
GREEN value IS 143 (56.25% from 255) = 45.40%
BLUE value IS 27 (10.94% from 255) = 8.57%
R=46.03%
G=45.40%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451432700.010.810.4358.9868.633.73
Hex918F1B01512B3b4522
Octal2212173301121537310542
Binary1001000110001111110110110100011010111110111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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