#9BAD30

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

Shades of Limerick #9BAD30

Tints of Limerick #9BAD30

Color information

#9BAD30 (or 0x9BAD30) is unknown color: approx Limerick. HEX triplet: 9B, AD and 30. RGB value is (155,173,48). Sum of RGB (Red+Green+Blue) = 155+173+48=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAD30 is #6452CF. Grayscale: #999999. Windows color (decimal): -6574800 or 3190171. OLE color: 3190171.

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

Color convert

RGB15517348-
CMYK0.1000.720.32
HSL68.64º56.56%43.33%-
HSV(B)68.64º72.25%67.84%-
XYZ28.9937.078.42-
YUV153.3768.54129.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.22%
GREEN value IS 173 (67.97% from 255) = 46.01%
BLUE value IS 48 (19.14% from 255) = 12.77%
R=41.22%
G=46.01%
B=12.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal155173480.1000.720.3268.6456.5643.33
Hex9BAD30A0482045392b
Octal23325560120110401057153
Binary10011011101011011100001010010010001000001000101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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