#90A505

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

Shades of Citrus #90A505

Tints of Citrus #90A505

Color information

#90A505 (or 0x90A505) is unknown color: approx Citrus. HEX triplet: 90, A5 and 05. RGB value is (144,165,5). Sum of RGB (Red+Green+Blue) = 144+165+5=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 165 (64.84% from 255 or 52.55% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 165 - color contains mainly: green. Hex color #90A505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A505 is #6F5AFA. Grayscale: #8D8D8D. Windows color (decimal): -7297787 or 370064. OLE color: 370064.

HSL color Cylindrical-coordinate representation of color #90A505: hue angle of 67.88º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90A505 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB1441655-
CMYK0.1300.970.35
HSL67.88º94.12%33.33%-
HSV(B)67.88º96.97%64.71%-
XYZ24.9832.855.17-
YUV140.4851.54130.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.86%
GREEN value IS 165 (64.84% from 255) = 52.55%
BLUE value IS 5 (2.34% from 255) = 1.59%
R=45.86%
G=52.55%
B=1.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal14416550.1300.970.3567.8894.1233.33
Hex90A55D06123445e21
Octal22024551501414310413641
Binary100100001010010110111010110000110001110001001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,165,5); }

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

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

 a { background-color: rgb(144,165,5); }

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

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

 span { border-color: rgb(144,165,5); }

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