#9BB43A

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

Shades of Limerick #9BB43A

Tints of Limerick #9BB43A

Color information

#9BB43A (or 0x9BB43A) is unknown color: approx Limerick. HEX triplet: 9B, B4 and 3A. RGB value is (155,180,58). Sum of RGB (Red+Green+Blue) = 155+180+58=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB43A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB43A is #644BC5. Grayscale: #9F9F9F. Windows color (decimal): -6572998 or 3847323. OLE color: 3847323.

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

Color convert

RGB15518058-
CMYK0.1400.680.29
HSL72.3º51.26%46.67%-
HSV(B)72.3º67.78%70.59%-
XYZ30.639.9210.09-
YUV158.6271.22125.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.44%
GREEN value IS 180 (70.70% from 255) = 45.80%
BLUE value IS 58 (23.05% from 255) = 14.76%
R=39.44%
G=45.80%
B=14.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal155180580.1400.680.2972.351.2646.67
Hex9BB43AE0441D48332f
Octal23326472160104351106357
Binary1001101110110100111010111001000100111011001000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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