#90B630

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

Shades of Limerick #90B630

Tints of Limerick #90B630

Color information

#90B630 (or 0x90B630) is unknown color: approx Limerick. HEX triplet: 90, B6 and 30. RGB value is (144,182,48). Sum of RGB (Red+Green+Blue) = 144+182+48=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 182 (71.48% from 255 or 48.66% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 182 - color contains mainly: green. Hex color #90B630 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B630 is #6F49CF. Grayscale: #9B9B9B. Windows color (decimal): -7293392 or 3192464. OLE color: 3192464.

HSL color Cylindrical-coordinate representation of color #90B630: hue angle of 77.01º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #90B630 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB14418248-
CMYK0.2100.740.29
HSL77.01º58.26%45.1%-
HSV(B)77.01º73.63%71.37%-
XYZ28.7639.68.92-
YUV155.3667.41119.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.50%
GREEN value IS 182 (71.48% from 255) = 48.66%
BLUE value IS 48 (19.14% from 255) = 12.83%
R=38.50%
G=48.66%
B=12.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal144182480.2100.740.2977.0158.2645.1
Hex90B6301504A1D4d3a2d
Octal22026660250112351157255
Binary10010000101101101100001010101001010111011001101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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