#90B71B

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

Shades of Limerick #90B71B

Tints of Limerick #90B71B

Color information

#90B71B (or 0x90B71B) is unknown color: approx Limerick. HEX triplet: 90, B7 and 1B. RGB value is (144,183,27). Sum of RGB (Red+Green+Blue) = 144+183+27=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #90B71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B71B is #6F48E4. Grayscale: #9A9A9A. Windows color (decimal): -7293157 or 1816464. OLE color: 1816464.

HSL color Cylindrical-coordinate representation of color #90B71B: hue angle of 75º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90B71B is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB14418327-
CMYK0.2100.850.28
HSL75º74.29%41.18%-
HSV(B)75º85.25%71.76%-
XYZ28.6339.887.22-
YUV153.5556.58121.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.68%
GREEN value IS 183 (71.88% from 255) = 51.69%
BLUE value IS 27 (10.94% from 255) = 7.63%
R=40.68%
G=51.69%
B=7.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal144183270.2100.850.287574.2941.18
Hex90B71B150551C4b4a29
Octal220267332501253411311251
Binary10010000101101111101110101010101011110010010111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B71B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,183,27); }

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

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

 a { background-color: rgb(144,183,27); }

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

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

 span { border-color: rgb(144,183,27); }

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