#9BB42A

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

Shades of Limerick #9BB42A

Tints of Limerick #9BB42A

Color information

#9BB42A (or 0x9BB42A) is unknown color: approx Limerick. HEX triplet: 9B, B4 and 2A. RGB value is (155,180,42). Sum of RGB (Red+Green+Blue) = 155+180+42=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB42A is #644BD5. Grayscale: #9D9D9D. Windows color (decimal): -6573014 or 2798747. OLE color: 2798747.

HSL color Cylindrical-coordinate representation of color #9BB42A: hue angle of 70.87º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9BB42A is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB15518042-
CMYK0.1400.770.29
HSL70.87º62.16%43.53%-
HSV(B)70.87º76.67%70.59%-
XYZ30.2639.788.27-
YUV156.7963.22126.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.11%
GREEN value IS 180 (70.70% from 255) = 47.75%
BLUE value IS 42 (16.80% from 255) = 11.14%
R=41.11%
G=47.75%
B=11.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal155180420.1400.770.2970.8762.1643.53
Hex9BB42AE04D1D473e2c
Octal23326452160115351077654
Binary1001101110110100101010111001001101111011000111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,180,42); }

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

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

 a { background-color: rgb(155,180,42); }

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

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

 span { border-color: rgb(155,180,42); }

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