#9BB32F

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

Shades of Limerick #9BB32F

Tints of Limerick #9BB32F

Color information

#9BB32F (or 0x9BB32F) is unknown color: approx Limerick. HEX triplet: 9B, B3 and 2F. RGB value is (155,179,47). Sum of RGB (Red+Green+Blue) = 155+179+47=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB32F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB32F is #644CD0. Grayscale: #9D9D9D. Windows color (decimal): -6573265 or 3126171. OLE color: 3126171.

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

Color convert

RGB15517947-
CMYK0.1300.740.30
HSL70.91º58.41%44.31%-
HSV(B)70.91º73.74%70.2%-
XYZ30.1539.418.71-
YUV156.7866.05126.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.68%
GREEN value IS 179 (70.31% from 255) = 46.98%
BLUE value IS 47 (18.75% from 255) = 12.34%
R=40.68%
G=46.98%
B=12.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal155179470.1300.740.3070.9158.4144.31
Hex9BB32FD04A1E473a2c
Octal23326357150112361077254
Binary1001101110110011101111110101001010111101000111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB32F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,179,47); }

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

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

 a { background-color: rgb(155,179,47); }

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

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

 span { border-color: rgb(155,179,47); }

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