#9DB232

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

Shades of Limerick #9DB232

Tints of Limerick #9DB232

Color information

#9DB232 (or 0x9DB232) is unknown color: approx Limerick. HEX triplet: 9D, B2 and 32. RGB value is (157,178,50). Sum of RGB (Red+Green+Blue) = 157+178+50=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB232 is #624DCD. Grayscale: #9D9D9D. Windows color (decimal): -6442446 or 3322525. OLE color: 3322525.

HSL color Cylindrical-coordinate representation of color #9DB232: hue angle of 69.84º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9DB232 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB15717850-
CMYK0.1200.720.30
HSL69.84º56.14%44.71%-
HSV(B)69.84º71.91%69.8%-
XYZ30.439.248.99-
YUV157.1367.54127.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.78%
GREEN value IS 178 (69.92% from 255) = 46.23%
BLUE value IS 50 (19.92% from 255) = 12.99%
R=40.78%
G=46.23%
B=12.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal157178500.1200.720.3069.8456.1444.71
Hex9DB232C0481E46382d
Octal23526262140110361067055
Binary1001110110110010110010110001001000111101000110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,178,50); }

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

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

 a { background-color: rgb(157,178,50); }

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

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

 span { border-color: rgb(157,178,50); }

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