#9BB12E

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

Shades of Limerick #9BB12E

Tints of Limerick #9BB12E

Color information

#9BB12E (or 0x9BB12E) is unknown color: approx Limerick. HEX triplet: 9B, B1 and 2E. RGB value is (155,177,46). Sum of RGB (Red+Green+Blue) = 155+177+46=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB12E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BB12E is #644ED1. Grayscale: #9B9B9B. Windows color (decimal): -6573778 or 3060123. OLE color: 3060123.

HSL color Cylindrical-coordinate representation of color #9BB12E: hue angle of 70.08º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9BB12E is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB15517746-
CMYK0.1200.740.31
HSL70.08º58.74%43.73%-
HSV(B)70.08º74.01%69.41%-
XYZ29.7338.618.47-
YUV155.4966.21127.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.01%
GREEN value IS 177 (69.53% from 255) = 46.83%
BLUE value IS 46 (18.36% from 255) = 12.17%
R=41.01%
G=46.83%
B=12.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal155177460.1200.740.3170.0858.7443.73
Hex9BB12EC04A1F463b2c
Octal23326156140112371067354
Binary1001101110110001101110110001001010111111000110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BB12E; }

 p { color: rgb(155,177,46); }

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

<style>
 a { background-color: #9BB12E; }

 a { background-color: rgb(155,177,46); }

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

<style>
 span { border-color: #9BB12E; }

 span { border-color: rgb(155,177,46); }

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