#90BB30

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

Shades of Limerick #90BB30

Tints of Limerick #90BB30

Color information

#90BB30 (or 0x90BB30) is unknown color: approx Limerick. HEX triplet: 90, BB and 30. RGB value is (144,187,48). Sum of RGB (Red+Green+Blue) = 144+187+48=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 187 (73.44% from 255 or 49.34% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 187 - color contains mainly: green. Hex color #90BB30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BB30 is #6F44CF. Grayscale: #9E9E9E. Windows color (decimal): -7292112 or 3193744. OLE color: 3193744.

HSL color Cylindrical-coordinate representation of color #90BB30: hue angle of 78.56º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #90BB30 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB14418748-
CMYK0.2300.740.27
HSL78.56º59.15%46.08%-
HSV(B)78.56º74.33%73.33%-
XYZ29.8141.689.27-
YUV158.365.75117.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.99%
GREEN value IS 187 (73.44% from 255) = 49.34%
BLUE value IS 48 (19.14% from 255) = 12.66%
R=37.99%
G=49.34%
B=12.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal144187480.2300.740.2778.5659.1546.08
Hex90BB301704A1B4f3b2e
Octal22027360270112331177356
Binary10010000101110111100001011101001010110111001111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,187,48); }

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

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

 a { background-color: rgb(144,187,48); }

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

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

 span { border-color: rgb(144,187,48); }

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