#9BB240

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

Shades of Limerick #9BB240

Tints of Limerick #9BB240

Color information

#9BB240 (or 0x9BB240) is unknown color: approx Limerick. HEX triplet: 9B, B2 and 40. RGB value is (155,178,64). Sum of RGB (Red+Green+Blue) = 155+178+64=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BB240 is #644DBF. Grayscale: #9E9E9E. Windows color (decimal): -6573504 or 4240027. OLE color: 4240027.

HSL color Cylindrical-coordinate representation of color #9BB240: hue angle of 72.11º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9BB240 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB15517864-
CMYK0.1300.640.30
HSL72.11º47.11%47.45%-
HSV(B)72.11º64.04%69.8%-
XYZ30.3639.1810.81-
YUV158.1374.88125.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.04%
GREEN value IS 178 (69.92% from 255) = 44.84%
BLUE value IS 64 (25.39% from 255) = 16.12%
R=39.04%
G=44.84%
B=16.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal155178640.1300.640.3072.1147.1147.45
Hex9BB240D0401E482f2f
Octal233262100150100361105757
Binary10011011101100101000000110101000000111101001000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,178,64); }

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

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

 a { background-color: rgb(155,178,64); }

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

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

 span { border-color: rgb(155,178,64); }

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