#90A211

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

Shades of Citron #90A211

Tints of Citron #90A211

Color information

#90A211 (or 0x90A211) is unknown color: approx Citron. HEX triplet: 90, A2 and 11. RGB value is (144,162,17). Sum of RGB (Red+Green+Blue) = 144+162+17=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 162 (63.67% from 255 or 50.15% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 162 - color contains mainly: green. Hex color #90A211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A211 is #6F5DEE. Grayscale: #8C8C8C. Windows color (decimal): -7298543 or 1155728. OLE color: 1155728.

HSL color Cylindrical-coordinate representation of color #90A211: hue angle of 67.45º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90A211 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB14416217-
CMYK0.1100.900.36
HSL67.45º81.01%35.1%-
HSV(B)67.45º89.51%63.53%-
XYZ24.5231.815.38-
YUV140.0958.54130.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.58%
GREEN value IS 162 (63.67% from 255) = 50.15%
BLUE value IS 17 (7.03% from 255) = 5.26%
R=44.58%
G=50.15%
B=5.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal144162170.1100.900.3667.4581.0135.1
Hex90A211B05A24435123
Octal220242211301324410312143
Binary10010000101000101000110110101101010010010000111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90A211; }

 p { color: rgb(144,162,17); }

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

<style>
 a { background-color: #90A211; }

 a { background-color: rgb(144,162,17); }

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

<style>
 span { border-color: #90A211; }

 span { border-color: rgb(144,162,17); }

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