#90960C

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

Shades of Citron #90960C

Tints of Citron #90960C

Color information

#90960C (or 0x90960C) is unknown color: approx Citron. HEX triplet: 90, 96 and 0C. RGB value is (144,150,12). Sum of RGB (Red+Green+Blue) = 144+150+12=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #90960C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90960C is #6F69F3. Grayscale: #858585. Windows color (decimal): -7301620 or 824976. OLE color: 824976.

HSL color Cylindrical-coordinate representation of color #90960C: hue angle of 62.61º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90960C is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB14415012-
CMYK0.0400.920.41
HSL62.61º85.19%31.76%-
HSV(B)62.61º92%58.82%-
XYZ22.4727.774.52-
YUV132.4760.01136.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.06%
GREEN value IS 150 (58.98% from 255) = 49.02%
BLUE value IS 12 (5.08% from 255) = 3.92%
R=47.06%
G=49.02%
B=3.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal144150120.0400.920.4162.6185.1931.76
Hex9096C405C293f5520
Octal2202261440134517712540
Binary10010000100101101100100010111001010011111111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90960C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90960C; }

 p { color: rgb(144,150,12); }

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

<style>
 a { background-color: #90960C; }

 a { background-color: rgb(144,150,12); }

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

<style>
 span { border-color: #90960C; }

 span { border-color: rgb(144,150,12); }

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