#9BAD38

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

Shades of Limerick #9BAD38

Tints of Limerick #9BAD38

Color information

#9BAD38 (or 0x9BAD38) is unknown color: approx Limerick. HEX triplet: 9B, AD and 38. RGB value is (155,173,56). Sum of RGB (Red+Green+Blue) = 155+173+56=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAD38 is #6452C7. Grayscale: #9A9A9A. Windows color (decimal): -6574792 or 3714459. OLE color: 3714459.

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

Color convert

RGB15517356-
CMYK0.1000.680.32
HSL69.23º51.09%44.9%-
HSV(B)69.23º67.63%67.84%-
XYZ29.1737.149.37-
YUV154.2872.54128.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.36%
GREEN value IS 173 (67.97% from 255) = 45.05%
BLUE value IS 56 (22.27% from 255) = 14.58%
R=40.36%
G=45.05%
B=14.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal155173560.1000.680.3269.2351.0944.9
Hex9BAD38A0442045332d
Octal23325570120104401056355
Binary10011011101011011110001010010001001000001000101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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