#9CB028

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

Shades of Limerick #9CB028

Tints of Limerick #9CB028

Color information

#9CB028 (or 0x9CB028) is unknown color: approx Limerick. HEX triplet: 9C, B0 and 28. RGB value is (156,176,40). Sum of RGB (Red+Green+Blue) = 156+176+40=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CB028 is #634FD7. Grayscale: #9B9B9B. Windows color (decimal): -6508504 or 2666652. OLE color: 2666652.

HSL color Cylindrical-coordinate representation of color #9CB028: hue angle of 68.82º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9CB028 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB15617640-
CMYK0.1100.770.31
HSL68.82º62.96%42.35%-
HSV(B)68.82º77.27%69.02%-
XYZ29.6238.277.83-
YUV154.5263.37129.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.94%
GREEN value IS 176 (69.14% from 255) = 47.31%
BLUE value IS 40 (16.02% from 255) = 10.75%
R=41.94%
G=47.31%
B=10.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal156176400.1100.770.3168.8262.9642.35
Hex9CB028B04D1F453f2a
Octal23426050130115371057752
Binary1001110010110000101000101101001101111111000101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,176,40); }

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

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

 a { background-color: rgb(156,176,40); }

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

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

 span { border-color: rgb(156,176,40); }

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