#90940A

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

Shades of Citron #90940A

Tints of Citron #90940A

Color information

#90940A (or 0x90940A) is unknown color: approx Citron. HEX triplet: 90, 94 and 0A. RGB value is (144,148,10). Sum of RGB (Red+Green+Blue) = 144+148+10=302 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.68% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #90940A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90940A is #6F6BF5. Grayscale: #838383. Windows color (decimal): -7302134 or 693392. OLE color: 693392.

HSL color Cylindrical-coordinate representation of color #90940A: hue angle of 61.74º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90940A is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB14414810-
CMYK0.0300.930.42
HSL61.74º87.34%30.98%-
HSV(B)61.74º93.24%58.04%-
XYZ22.1527.134.36-
YUV131.0759.67137.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.68%
GREEN value IS 148 (58.20% from 255) = 49.01%
BLUE value IS 10 (4.30% from 255) = 3.31%
R=47.68%
G=49.01%
B=3.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal144148100.0300.930.4261.7487.3430.98
Hex9094A305D2A3e571f
Octal2202241230135527612737
Binary100100001001010010101101011101101010111110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90940A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90940A; }

 p { color: rgb(144,148,10); }

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

<style>
 a { background-color: #90940A; }

 a { background-color: rgb(144,148,10); }

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

<style>
 span { border-color: #90940A; }

 span { border-color: rgb(144,148,10); }

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