#9BB028

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

Shades of Limerick #9BB028

Tints of Limerick #9BB028

Color information

#9BB028 (or 0x9BB028) is unknown color: approx Limerick. HEX triplet: 9B, B0 and 28. RGB value is (155,176,40). Sum of RGB (Red+Green+Blue) = 155+176+40=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BB028 is #644FD7. Grayscale: #9A9A9A. Windows color (decimal): -6574040 or 2666651. OLE color: 2666651.

HSL color Cylindrical-coordinate representation of color #9BB028: hue angle of 69.26º 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 #9BB028 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB15517640-
CMYK0.1200.770.31
HSL69.26º62.96%42.35%-
HSV(B)69.26º77.27%69.02%-
XYZ29.4338.177.82-
YUV154.2263.54128.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.78%
GREEN value IS 176 (69.14% from 255) = 47.44%
BLUE value IS 40 (16.02% from 255) = 10.78%
R=41.78%
G=47.44%
B=10.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal155176400.1200.770.3169.2662.9642.35
Hex9BB028C04D1F453f2a
Octal23326050140115371057752
Binary1001101110110000101000110001001101111111000101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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