#908D16

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

Shades of Citron #908D16

Tints of Citron #908D16

Color information

#908D16 (or 0x908D16) is unknown color: approx Citron. HEX triplet: 90, 8D and 16. RGB value is (144,141,22). Sum of RGB (Red+Green+Blue) = 144+141+22=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #908D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908D16 is #6F72E9. Grayscale: #808080. Windows color (decimal): -7303914 or 1478032. OLE color: 1478032.

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

Color convert

RGB14414122-
CMYK00.020.850.44
HSL58.52º73.49%32.55%-
HSV(B)58.52º84.72%56.47%-
XYZ21.1725.044.48-
YUV128.3367.99139.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.91%
GREEN value IS 141 (55.47% from 255) = 45.93%
BLUE value IS 22 (8.98% from 255) = 7.17%
R=46.91%
G=45.93%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441412200.020.850.4458.5273.4932.55
Hex908D1602552C3b4921
Octal2202152602125547311141
Binary10010000100011011011001010101011011001110111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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