#908D1F

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

Shades of Citron #908D1F

Tints of Citron #908D1F

Color information

#908D1F (or 0x908D1F) is unknown color: approx Citron. HEX triplet: 90, 8D and 1F. RGB value is (144,141,31). Sum of RGB (Red+Green+Blue) = 144+141+31=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 144 - color contains mainly: red. Hex color #908D1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908D1F is #6F72E0. Grayscale: #818181. Windows color (decimal): -7303905 or 2067856. OLE color: 2067856.

HSL color Cylindrical-coordinate representation of color #908D1F: hue angle of 58.41º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #908D1F is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB14414131-
CMYK00.020.780.44
HSL58.41º64.57%34.31%-
HSV(B)58.41º78.47%56.47%-
XYZ21.2725.085.02-
YUV129.3672.49138.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.57%
GREEN value IS 141 (55.47% from 255) = 44.62%
BLUE value IS 31 (12.5% from 255) = 9.81%
R=45.57%
G=44.62%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441413100.020.780.4458.4164.5734.31
Hex908D1F024E2C3a4122
Octal2202153702116547210142
Binary10010000100011011111101010011101011001110101000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908D1F; }

 p { color: rgb(144,141,31); }

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

<style>
 a { background-color: #908D1F; }

 a { background-color: rgb(144,141,31); }

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

<style>
 span { border-color: #908D1F; }

 span { border-color: rgb(144,141,31); }

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