#90BC25

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

Shades of Limerick #90BC25

Tints of Limerick #90BC25

Color information

#90BC25 (or 0x90BC25) is unknown color: approx Limerick. HEX triplet: 90, BC and 25. RGB value is (144,188,37). Sum of RGB (Red+Green+Blue) = 144+188+37=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BC25 is #6F43DA. Grayscale: #9E9E9E. Windows color (decimal): -7291867 or 2473104. OLE color: 2473104.

HSL color Cylindrical-coordinate representation of color #90BC25: hue angle of 77.48º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #90BC25 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB14418837-
CMYK0.2300.800.26
HSL77.48º67.11%44.12%-
HSV(B)77.48º80.32%73.73%-
XYZ29.8242.038.29-
YUV157.6359.92118.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.02%
GREEN value IS 188 (73.83% from 255) = 50.95%
BLUE value IS 37 (14.84% from 255) = 10.03%
R=39.02%
G=50.95%
B=10.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal144188370.2300.800.2677.4867.1144.12
Hex90BC25170501A4d432c
Octal220274452701203211510354
Binary100100001011110010010110111010100001101010011011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BC25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,188,37); }

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

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

 a { background-color: rgb(144,188,37); }

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

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

 span { border-color: rgb(144,188,37); }

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