#9BAB3C

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

Shades of Limerick #9BAB3C

Tints of Limerick #9BAB3C

Color information

#9BAB3C (or 0x9BAB3C) is unknown color: approx Limerick. HEX triplet: 9B, AB and 3C. RGB value is (155,171,60). Sum of RGB (Red+Green+Blue) = 155+171+60=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAB3C is #6454C3. Grayscale: #999999. Windows color (decimal): -6575300 or 3976091. OLE color: 3976091.

HSL color Cylindrical-coordinate representation of color #9BAB3C: hue angle of 68.65º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9BAB3C is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB15517160-
CMYK0.0900.650.33
HSL68.65º48.05%45.29%-
HSV(B)68.65º64.91%67.06%-
XYZ28.936.429.78-
YUV153.5675.2129.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.16%
GREEN value IS 171 (67.19% from 255) = 44.30%
BLUE value IS 60 (23.83% from 255) = 15.54%
R=40.16%
G=44.30%
B=15.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155171600.0900.650.3368.6548.0545.29
Hex9BAB3C90412145302d
Octal23325374110101411056055
Binary10011011101010111111001001010000011000011000101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAB3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,171,60); }

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

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

 a { background-color: rgb(155,171,60); }

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

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

 span { border-color: rgb(155,171,60); }

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