#90BF26

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

Shades of Limerick #90BF26

Tints of Limerick #90BF26

Color information

#90BF26 (or 0x90BF26) is unknown color: approx Limerick. HEX triplet: 90, BF and 26. RGB value is (144,191,38). Sum of RGB (Red+Green+Blue) = 144+191+38=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 38 (15.23% from 255 or 10.19% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BF26 is #6F40D9. Grayscale: #A0A0A0. Windows color (decimal): -7291098 or 2539408. OLE color: 2539408.

HSL color Cylindrical-coordinate representation of color #90BF26: hue angle of 78.43º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #90BF26 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB14419138-
CMYK0.2500.800.25
HSL78.43º66.81%44.9%-
HSV(B)78.43º80.1%74.9%-
XYZ30.4843.338.59-
YUV159.559.43116.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.61%
GREEN value IS 191 (75% from 255) = 51.21%
BLUE value IS 38 (15.23% from 255) = 10.19%
R=38.61%
G=51.21%
B=10.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144191380.2500.800.2578.4366.8144.9
Hex90BF2619050194e432d
Octal220277463101203111610355
Binary100100001011111110011011001010100001100110011101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,191,38); }

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

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

 a { background-color: rgb(144,191,38); }

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

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

 span { border-color: rgb(144,191,38); }

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