#9BAC40

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

Shades of Limerick #9BAC40

Tints of Limerick #9BAC40

Color information

#9BAC40 (or 0x9BAC40) is unknown color: approx Limerick. HEX triplet: 9B, AC and 40. RGB value is (155,172,64). Sum of RGB (Red+Green+Blue) = 155+172+64=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAC40 is #6453BF. Grayscale: #9B9B9B. Windows color (decimal): -6575040 or 4238491. OLE color: 4238491.

HSL color Cylindrical-coordinate representation of color #9BAC40: hue angle of 69.44º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BAC40 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB15517264-
CMYK0.1000.630.33
HSL69.44º45.76%46.27%-
HSV(B)69.44º62.79%67.45%-
XYZ29.236.8410.42-
YUV154.676.87128.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.64%
GREEN value IS 172 (67.58% from 255) = 43.99%
BLUE value IS 64 (25.39% from 255) = 16.37%
R=39.64%
G=43.99%
B=16.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155172640.1000.630.3369.4445.7646.27
Hex9BAC40A03F21452e2e
Octal23325410012077411055656
Binary10011011101011001000000101001111111000011000101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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