#9BB127

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

Shades of Limerick #9BB127

Tints of Limerick #9BB127

Color information

#9BB127 (or 0x9BB127) is unknown color: approx Limerick. HEX triplet: 9B, B1 and 27. RGB value is (155,177,39). Sum of RGB (Red+Green+Blue) = 155+177+39=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BB127 is #644ED8. Grayscale: #9B9B9B. Windows color (decimal): -6573785 or 2601371. OLE color: 2601371.

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

Color convert

RGB15517739-
CMYK0.1200.780.31
HSL69.57º63.89%42.35%-
HSV(B)69.57º77.97%69.41%-
XYZ29.6138.567.8-
YUV154.6962.71128.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.78%
GREEN value IS 177 (69.53% from 255) = 47.71%
BLUE value IS 39 (15.62% from 255) = 10.51%
R=41.78%
G=47.71%
B=10.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal155177390.1200.780.3169.5763.8942.35
Hex9BB127C04E1F46402a
Octal233261471401163710610052
Binary10011011101100011001111100010011101111110001101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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