#918E1A

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

Shades of Citron #918E1A

Tints of Citron #918E1A

Color information

#918E1A (or 0x918E1A) is unknown color: approx Citron. HEX triplet: 91, 8E and 1A. RGB value is (145,142,26). Sum of RGB (Red+Green+Blue) = 145+142+26=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 142 (55.86% from 255 or 45.37% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #918E1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918E1A is #6E71E5. Grayscale: #828282. Windows color (decimal): -7238118 or 1740433. OLE color: 1740433.

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

Color convert

RGB14514226-
CMYK00.020.820.43
HSL58.49º69.59%33.53%-
HSV(B)58.49º82.07%56.86%-
XYZ21.5425.444.75-
YUV129.6769.49138.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.33%
GREEN value IS 142 (55.86% from 255) = 45.37%
BLUE value IS 26 (10.55% from 255) = 8.31%
R=46.33%
G=45.37%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451422600.020.820.4358.4969.5933.53
Hex918E1A02522B3a4622
Octal2212163202122537210642
Binary10010001100011101101001010100101010111110101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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