#908D14

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

Shades of Citron #908D14

Tints of Citron #908D14

Color information

#908D14 (or 0x908D14) is unknown color: approx Citron. HEX triplet: 90, 8D and 14. RGB value is (144,141,20). Sum of RGB (Red+Green+Blue) = 144+141+20=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 144 - color contains mainly: red. Hex color #908D14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908D14 is #6F72EB. Grayscale: #808080. Windows color (decimal): -7303916 or 1346960. OLE color: 1346960.

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

Color convert

RGB14414120-
CMYK00.020.860.44
HSL58.55º75.61%32.16%-
HSV(B)58.55º86.11%56.47%-
XYZ21.1525.034.38-
YUV128.166.99139.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.21%
GREEN value IS 141 (55.47% from 255) = 46.23%
BLUE value IS 20 (8.20% from 255) = 6.56%
R=47.21%
G=46.23%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441412000.020.860.4458.5575.6132.16
Hex908D1402562C3b4c20
Octal2202152402126547311440
Binary10010000100011011010001010101101011001110111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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