#9BAD2B

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

Shades of Limerick #9BAD2B

Tints of Limerick #9BAD2B

Color information

#9BAD2B (or 0x9BAD2B) is unknown color: approx Limerick. HEX triplet: 9B, AD and 2B. RGB value is (155,173,43). Sum of RGB (Red+Green+Blue) = 155+173+43=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAD2B is #6452D4. Grayscale: #999999. Windows color (decimal): -6574805 or 2862491. OLE color: 2862491.

HSL color Cylindrical-coordinate representation of color #9BAD2B: hue angle of 68.31º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9BAD2B is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB15517343-
CMYK0.1000.750.32
HSL68.31º60.19%42.35%-
HSV(B)68.31º75.14%67.84%-
XYZ28.937.037.91-
YUV152.866.04129.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.78%
GREEN value IS 173 (67.97% from 255) = 46.63%
BLUE value IS 43 (17.19% from 255) = 11.59%
R=41.78%
G=46.63%
B=11.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal155173430.1000.750.3268.3160.1942.35
Hex9BAD2BA04B20443c2a
Octal23325553120113401047452
Binary10011011101011011010111010010010111000001000100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAD2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,173,43); }

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

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

 a { background-color: rgb(155,173,43); }

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

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

 span { border-color: rgb(155,173,43); }

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