#90B10A

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

Shades of Citrus #90B10A

Tints of Citrus #90B10A

Color information

#90B10A (or 0x90B10A) is unknown color: approx Citrus. HEX triplet: 90, B1 and 0A. RGB value is (144,177,10). Sum of RGB (Red+Green+Blue) = 144+177+10=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 177 (69.53% from 255 or 53.47% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 177 - color contains mainly: green. Hex color #90B10A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90B10A is #6F4EF5. Grayscale: #949494. Windows color (decimal): -7294710 or 700816. OLE color: 700816.

HSL color Cylindrical-coordinate representation of color #90B10A: hue angle of 71.86º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90B10A is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB14417710-
CMYK0.1900.940.31
HSL71.86º89.3%36.67%-
HSV(B)71.86º94.35%69.41%-
XYZ27.2837.46.07-
YUV148.0950.07125.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.50%
GREEN value IS 177 (69.53% from 255) = 53.47%
BLUE value IS 10 (4.30% from 255) = 3.02%
R=43.50%
G=53.47%
B=3.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal144177100.1900.940.3171.8689.336.67
Hex90B1A1305E1F485925
Octal220261122301363711013145
Binary1001000010110001101010011010111101111110010001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B10A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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