#9BA941

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

Shades of Limerick #9BA941

Tints of Limerick #9BA941

Color information

#9BA941 (or 0x9BA941) is unknown color: approx Limerick. HEX triplet: 9B, A9 and 41. RGB value is (155,169,65). Sum of RGB (Red+Green+Blue) = 155+169+65=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA941 is #6456BE. Grayscale: #999999. Windows color (decimal): -6575807 or 4303259. OLE color: 4303259.

HSL color Cylindrical-coordinate representation of color #9BA941: hue angle of 68.08º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9BA941 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB15516965-
CMYK0.0800.620.34
HSL68.08º44.44%45.88%-
HSV(B)68.08º61.54%66.27%-
XYZ28.6635.7310.39-
YUV152.9678.36129.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.85%
GREEN value IS 169 (66.41% from 255) = 43.44%
BLUE value IS 65 (25.78% from 255) = 16.71%
R=39.85%
G=43.44%
B=16.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal155169650.0800.620.3468.0844.4445.88
Hex9BA941803E22442c2e
Octal23325110110076421045456
Binary10011011101010011000001100001111101000101000100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,169,65); }

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

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

 a { background-color: rgb(155,169,65); }

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

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

 span { border-color: rgb(155,169,65); }

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