#90BD0B

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

Shades of Citrus #90BD0B

Tints of Citrus #90BD0B

Color information

#90BD0B (or 0x90BD0B) is unknown color: approx Citrus. HEX triplet: 90, BD and 0B. RGB value is (144,189,11). Sum of RGB (Red+Green+Blue) = 144+189+11=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BD0B is #6F42F4. Grayscale: #9B9B9B. Windows color (decimal): -7291637 or 769424. OLE color: 769424.

HSL color Cylindrical-coordinate representation of color #90BD0B: hue angle of 75.17º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90BD0B is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB14418911-
CMYK0.2400.940.26
HSL75.17º89%39.22%-
HSV(B)75.17º94.18%74.12%-
XYZ29.7642.356.92-
YUV155.2546.59119.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.86%
GREEN value IS 189 (74.22% from 255) = 54.94%
BLUE value IS 11 (4.69% from 255) = 3.20%
R=41.86%
G=54.94%
B=3.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal144189110.2400.940.2675.178939.22
Hex90BDB1805E1A4b5927
Octal220275133001363211313147
Binary1001000010111101101111000010111101101010010111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BD0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,189,11); }

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

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

 a { background-color: rgb(144,189,11); }

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

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

 span { border-color: rgb(144,189,11); }

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