#9BB730

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

Shades of Limerick #9BB730

Tints of Limerick #9BB730

Color information

#9BB730 (or 0x9BB730) is unknown color: approx Limerick. HEX triplet: 9B, B7 and 30. RGB value is (155,183,48). Sum of RGB (Red+Green+Blue) = 155+183+48=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB730 is #6448CF. Grayscale: #9F9F9F. Windows color (decimal): -6572240 or 3192731. OLE color: 3192731.

HSL color Cylindrical-coordinate representation of color #9BB730: hue angle of 72.44º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9BB730 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB15518348-
CMYK0.1500.740.28
HSL72.44º58.44%45.29%-
HSV(B)72.44º73.77%71.76%-
XYZ30.9841.059.09-
YUV159.2465.22124.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.16%
GREEN value IS 183 (71.88% from 255) = 47.41%
BLUE value IS 48 (19.14% from 255) = 12.44%
R=40.16%
G=47.41%
B=12.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal155183480.1500.740.2872.4458.4445.29
Hex9BB730F04A1C483a2d
Octal23326760170112341107255
Binary1001101110110111110000111101001010111001001000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,183,48); }

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

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

 a { background-color: rgb(155,183,48); }

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

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

 span { border-color: rgb(155,183,48); }

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