#9CB438

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

Shades of Limerick #9CB438

Tints of Limerick #9CB438

Color information

#9CB438 (or 0x9CB438) is unknown color: approx Limerick. HEX triplet: 9C, B4 and 38. RGB value is (156,180,56). Sum of RGB (Red+Green+Blue) = 156+180+56=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 56 (22.27% from 255 or 14.29% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB438 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB438 is #634BC7. Grayscale: #9F9F9F. Windows color (decimal): -6507464 or 3716252. OLE color: 3716252.

HSL color Cylindrical-coordinate representation of color #9CB438: hue angle of 71.61º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9CB438 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB15618056-
CMYK0.1300.690.29
HSL71.61º52.54%46.27%-
HSV(B)71.61º68.89%70.59%-
XYZ30.75409.84-
YUV158.6970.05126.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.80%
GREEN value IS 180 (70.70% from 255) = 45.92%
BLUE value IS 56 (22.27% from 255) = 14.29%
R=39.80%
G=45.92%
B=14.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal156180560.1300.690.2971.6152.5446.27
Hex9CB438D0451D48352e
Octal23426470150105351106556
Binary1001110010110100111000110101000101111011001000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,180,56); }

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

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

 a { background-color: rgb(156,180,56); }

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

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

 span { border-color: rgb(156,180,56); }

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