#908A12

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

Shades of Citron #908A12

Tints of Citron #908A12

Color information

#908A12 (or 0x908A12) is unknown color: approx Citron. HEX triplet: 90, 8A and 12. RGB value is (144,138,18). Sum of RGB (Red+Green+Blue) = 144+138+18=300 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 144 - color contains mainly: red. Hex color #908A12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908A12 is #6F75ED. Grayscale: #7E7E7E. Windows color (decimal): -7304686 or 1215120. OLE color: 1215120.

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

Color convert

RGB14413818-
CMYK00.040.880.44
HSL57.14º77.78%31.76%-
HSV(B)57.14º87.5%56.47%-
XYZ20.724.154.14-
YUV126.1166.99140.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48%
GREEN value IS 138 (54.30% from 255) = 46%
BLUE value IS 18 (7.42% from 255) = 6%
R=48%
G=46%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441381800.040.880.4457.1477.7831.76
Hex908A1204582C394e20
Octal2202122204130547111640
Binary100100001000101010010010010110001011001110011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,138,18); }

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

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

 a { background-color: rgb(144,138,18); }

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

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

 span { border-color: rgb(144,138,18); }

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